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