Package org.sonar.sslr.internal.vm
Class TriviaExpression
java.lang.Object
org.sonar.sslr.internal.vm.TriviaExpression
- All Implemented Interfaces:
Matcher,Matcher,ParsingExpression
-
Constructor Summary
ConstructorsConstructorDescriptionTriviaExpression(Trivia.TriviaKind triviaKind, ParsingExpression subExpression) -
Method Summary
Modifier and TypeMethodDescriptioncompile(CompilationHandler compiler) Compiles this expression into a sequence of instructions:toString()
-
Constructor Details
-
TriviaExpression
-
-
Method Details
-
getTriviaKind
-
compile
Compiles this expression into a sequence of instructions:Call L1 Jump L2 L1: subExpression Return L2: ...
- Specified by:
compilein interfaceParsingExpression
-
toString
-