Uses of Interface
org.sonar.sslr.internal.vm.CompilableGrammarRule
-
Packages that use CompilableGrammarRule Package Description com.sonar.sslr.impl.matcher org.sonar.sslr.internal.grammar Internals of Grammar API.org.sonar.sslr.internal.vm -
-
Uses of CompilableGrammarRule in com.sonar.sslr.impl.matcher
Classes in com.sonar.sslr.impl.matcher that implement CompilableGrammarRule Modifier and Type Class Description classRuleDefinitionThis class is not intended to be instantiated or subclassed by clients. -
Uses of CompilableGrammarRule in org.sonar.sslr.internal.grammar
Classes in org.sonar.sslr.internal.grammar that implement CompilableGrammarRule Modifier and Type Class Description classMutableParsingRuleConstructor parameters in org.sonar.sslr.internal.grammar with type arguments of type CompilableGrammarRule Constructor Description MutableGrammar(Map<GrammarRuleKey,? extends CompilableGrammarRule> rules, GrammarRuleKey rootRuleKey) -
Uses of CompilableGrammarRule in org.sonar.sslr.internal.vm
Methods in org.sonar.sslr.internal.vm with parameters of type CompilableGrammarRule Modifier and Type Method Description static CompiledGrammarMutableGrammarCompiler. compile(CompilableGrammarRule rule)Constructor parameters in org.sonar.sslr.internal.vm with type arguments of type CompilableGrammarRule Constructor Description CompiledGrammar(Instruction[] instructions, Map<GrammarRuleKey,CompilableGrammarRule> rules, GrammarRuleKey rootRuleKey, int rootRuleOffset)
-