Package | Description |
---|---|
com.sonar.sslr.impl.matcher | |
org.sonar.sslr.internal.grammar |
Internals of Grammar API.
|
org.sonar.sslr.internal.vm |
Modifier and Type | Class and Description |
---|---|
class |
RuleDefinition
This class is not intended to be instantiated or subclassed by clients.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableParsingRule |
Constructor and Description |
---|
MutableGrammar(Map<GrammarRuleKey,? extends CompilableGrammarRule> rules,
GrammarRuleKey rootRuleKey) |
Modifier and Type | Method and Description |
---|---|
static CompiledGrammar |
MutableGrammarCompiler.compile(CompilableGrammarRule rule) |
Constructor and Description |
---|
CompiledGrammar(Instruction[] instructions,
Map<GrammarRuleKey,CompilableGrammarRule> rules,
GrammarRuleKey rootRuleKey,
int rootRuleOffset) |
Copyright © 2009–2017 SonarSource. All rights reserved.