[][src]Module luaparser::nodes

A collection of nodes that can be used to collect the abstract syntax tree data produced by the parser. These nodes are used by the parser within the parser_impl module.

Structs

AssignStatement
BinaryExpression
Block
DoStatement
FieldExpression
FunctionCall
FunctionExpression
FunctionStatement
GenericForStatement
IfBranch
IfStatement
IndexExpression
LocalAssignStatement
LocalFunctionStatement
NumberExpression
NumericForStatement
RepeatStatement
StringExpression
TableExpression
UnaryExpression
WhileStatement

Enums

Arguments
BinaryOperator
Expression
LastStatement
Prefix
Statement
TableEntry
UnaryOperator
Variable