Package | Description |
---|---|
com.sonar.sslr.impl.matcher | |
org.sonar.sslr.internal.grammar |
Internals of Grammar API.
|
org.sonar.sslr.internal.vm |
Modifier and Type | Method and Description |
---|---|
Instruction[] |
RuleDefinition.compile(CompilationHandler compiler) |
Modifier and Type | Method and Description |
---|---|
Instruction[] |
MutableParsingRule.compile(CompilationHandler compiler) |
Modifier and Type | Class and Description |
---|---|
class |
MutableGrammarCompiler |
Modifier and Type | Method and Description |
---|---|
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:
|
Copyright © 2009–2017 SonarSource. All rights reserved.