org.sonar.sslr.internal.vm
Class CompiledGrammar
java.lang.Object
org.sonar.sslr.internal.vm.CompiledGrammar
public class CompiledGrammar
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledGrammar
public CompiledGrammar(Instruction[] instructions,
Map<GrammarRuleKey,CompilableGrammarRule> rules,
GrammarRuleKey rootRuleKey,
int rootRuleOffset)
getInstructions
public Instruction[] getInstructions()
getMatcher
public Matcher getMatcher(GrammarRuleKey ruleKey)
getRootRuleKey
public GrammarRuleKey getRootRuleKey()
getRootRuleOffset
public int getRootRuleOffset()
Copyright © 2009-2014 SonarSource. All Rights Reserved.