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 CompilationHandler
Copyright © 2009–2017 SonarSource. All rights reserved.