Uses of Class
org.sonar.sslr.internal.vm.CompilationHandler
-
Packages that use CompilationHandler Package Description com.sonar.sslr.impl.matcher com.sonar.sslr.impl.typed org.sonar.sslr.internal.grammar Internals of Grammar API.org.sonar.sslr.internal.vm -
-
Uses of CompilationHandler in com.sonar.sslr.impl.matcher
Methods in com.sonar.sslr.impl.matcher with parameters of type CompilationHandler Modifier and Type Method Description Instruction[]RuleDefinition. compile(CompilationHandler compiler) -
Uses of CompilationHandler in com.sonar.sslr.impl.typed
Methods in com.sonar.sslr.impl.typed with parameters of type CompilationHandler Modifier and Type Method Description Instruction[]DelayedRuleInvocationExpression. compile(CompilationHandler compiler) -
Uses of CompilationHandler in org.sonar.sslr.internal.grammar
Methods in org.sonar.sslr.internal.grammar with parameters of type CompilationHandler Modifier and Type Method Description Instruction[]MutableParsingRule. compile(CompilationHandler compiler) -
Uses of CompilationHandler in org.sonar.sslr.internal.vm
Subclasses of CompilationHandler in org.sonar.sslr.internal.vm Modifier and Type Class Description classMutableGrammarCompilerMethods in org.sonar.sslr.internal.vm with parameters of type CompilationHandler Modifier and Type Method Description Instruction[]FirstOfExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]NativeExpression. compile(CompilationHandler compiler)Instruction[]NextExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]NextNotExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]OneOrMoreExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]OptionalExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]ParsingExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions.Instruction[]SequenceExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]TokenExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]TriviaExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:Instruction[]ZeroOrMoreExpression. compile(CompilationHandler compiler)Compiles this expression into a sequence of instructions:
-