Uses of Class
org.sonar.sslr.internal.vm.CompiledGrammar
Packages that use CompiledGrammar
-
Uses of CompiledGrammar in org.sonar.sslr.internal.vm
Methods in org.sonar.sslr.internal.vm that return CompiledGrammarModifier and TypeMethodDescriptionstatic CompiledGrammarMutableGrammarCompiler.compile(CompilableGrammarRule rule) Methods in org.sonar.sslr.internal.vm with parameters of type CompiledGrammarModifier and TypeMethodDescriptionstatic ParsingResultMachine.parse(char[] input, CompiledGrammar grammar) static ParseNodeMachine.parse(List<Token> tokens, CompiledGrammar grammar)