Uses of Interface
org.sonar.sslr.internal.vm.CompilableGrammarRule
Packages that use CompilableGrammarRule
Package
Description
Internals of Grammar API.
-
Uses of CompilableGrammarRule in com.sonar.sslr.impl.matcher
Classes in com.sonar.sslr.impl.matcher that implement CompilableGrammarRuleModifier and TypeClassDescriptionclassThis 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 CompilableGrammarRuleConstructor parameters in org.sonar.sslr.internal.grammar with type arguments of type CompilableGrammarRuleModifierConstructorDescriptionMutableGrammar(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 CompilableGrammarRuleModifier and TypeMethodDescriptionstatic CompiledGrammarMutableGrammarCompiler.compile(CompilableGrammarRule rule) Constructor parameters in org.sonar.sslr.internal.vm with type arguments of type CompilableGrammarRuleModifierConstructorDescriptionCompiledGrammar(Instruction[] instructions, Map<GrammarRuleKey, CompilableGrammarRule> rules, GrammarRuleKey rootRuleKey, int rootRuleOffset)