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