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