Instruction[] |
FirstOfExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
NativeExpression.compile(CompilationHandler compiler) |
|
Instruction[] |
NextExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
NextNotExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
OneOrMoreExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
OptionalExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
ParsingExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions.
|
Instruction[] |
SequenceExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
TokenExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
TriviaExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|
Instruction[] |
ZeroOrMoreExpression.compile(CompilationHandler compiler) |
Compiles this expression into a sequence of instructions:
|