#include <ored/scripting/grammar.hpp>
Public Member Functions | |
ASTNodeAnnotation (std::stack< ASTNodePtr > &evalStack, const ScriptGrammarIterator first) | |
void | operator() (const ScriptGrammarIterator f, const ScriptGrammarIterator l) const |
Public Attributes | |
std::stack< ASTNodePtr > & | evalStack_ |
const ScriptGrammarIterator | first_ |
Definition at line 50 of file grammar.hpp.
ASTNodeAnnotation | ( | std::stack< ASTNodePtr > & | evalStack, |
const ScriptGrammarIterator | first | ||
) |
Definition at line 51 of file grammar.hpp.
void operator() | ( | const ScriptGrammarIterator | f, |
const ScriptGrammarIterator | l | ||
) | const |
Definition at line 256 of file grammar.cpp.
std::stack<ASTNodePtr>& evalStack_ |
Definition at line 54 of file grammar.hpp.
const ScriptGrammarIterator first_ |
Definition at line 55 of file grammar.hpp.