|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilationHandler | |
|---|---|
| com.sonar.sslr.impl.matcher | |
| org.sonar.sslr.internal.grammar | Internals of Grammar API. |
| org.sonar.sslr.internal.vm | |
| Uses of CompilationHandler in com.sonar.sslr.impl.matcher |
|---|
| Methods in com.sonar.sslr.impl.matcher with parameters of type CompilationHandler | |
|---|---|
Instruction[] |
RuleDefinition.compile(CompilationHandler compiler)
|
| Uses of CompilationHandler in org.sonar.sslr.internal.grammar |
|---|
| Methods in org.sonar.sslr.internal.grammar with parameters of type CompilationHandler | |
|---|---|
Instruction[] |
MutableParsingRule.compile(CompilationHandler compiler)
|
| Uses of CompilationHandler in org.sonar.sslr.internal.vm |
|---|
| Subclasses of CompilationHandler in org.sonar.sslr.internal.vm | |
|---|---|
class |
MutableGrammarCompiler
|
| Methods in org.sonar.sslr.internal.vm with parameters of type CompilationHandler | |
|---|---|
Instruction[] |
ZeroOrMoreExpression.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[] |
TokenExpression.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[] |
ParsingExpression.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[] |
OneOrMoreExpression.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[] |
NextExpression.compile(CompilationHandler compiler)
Compiles this expression into a sequence of instructions: |
Instruction[] |
NativeExpression.compile(CompilationHandler compiler)
|
Instruction[] |
FirstOfExpression.compile(CompilationHandler compiler)
Compiles this expression into a sequence of instructions: |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||