public class MutableGrammarCompiler extends CompilationHandler
| Constructor and Description |
|---|
MutableGrammarCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static CompiledGrammar |
compile(CompilableGrammarRule rule) |
Instruction[] |
compile(ParsingExpression expression) |
public static CompiledGrammar compile(CompilableGrammarRule rule)
public Instruction[] compile(ParsingExpression expression)
compile in class CompilationHandlerCopyright © 2009–2018 SonarSource. All rights reserved.