|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompiledGrammar | |
|---|---|
| org.sonar.sslr.internal.vm | |
| Uses of CompiledGrammar in org.sonar.sslr.internal.vm |
|---|
| Methods in org.sonar.sslr.internal.vm that return CompiledGrammar | |
|---|---|
static CompiledGrammar |
MutableGrammarCompiler.compile(CompilableGrammarRule rule)
|
| Methods in org.sonar.sslr.internal.vm with parameters of type CompiledGrammar | |
|---|---|
static ParsingResult |
Machine.parse(char[] input,
CompiledGrammar grammar)
|
static ParseNode |
Machine.parse(List<Token> tokens,
CompiledGrammar grammar)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||