|
enum class | Associativity { Left
, Right
} |
|
|
| FunctionNode (std::string_view name, size_t pos) |
|
| FunctionNode (Op operation, size_t pos) |
|
void | accept (NodeVisitor &v) const |
|
| ExpressionNode (size_t pos) |
|
| AstNode (size_t pos) |
|
|
unsigned int | precedence |
|
Associativity | associativity |
|
Op | operation |
|
std::string | name |
|
int | number_args |
|
std::vector< std::shared_ptr< ExpressionNode > > | arguments |
|
CallbackFunction | callback |
|
size_t | pos |
|
The documentation for this class was generated from the following file:
- /home/runner/work/inja/inja/include/inja/node.hpp