| Package | Description |
|---|---|
| org.sonar.sslr.internal.vm |
| Modifier and Type | Method and Description |
|---|---|
static CompiledGrammar |
MutableGrammarCompiler.compile(CompilableGrammarRule rule) |
| Modifier and Type | Method and Description |
|---|---|
static ParsingResult |
Machine.parse(char[] input,
CompiledGrammar grammar) |
static ParseNode |
Machine.parse(List<Token> tokens,
CompiledGrammar grammar) |
Copyright © 2009–2018 SonarSource. All rights reserved.