Package org.sonar.sslr.internal.vm
Class NextExpression
java.lang.Object
org.sonar.sslr.internal.vm.NextExpression
- All Implemented Interfaces:
Matcher,ParsingExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(CompilationHandler compiler) Compiles this expression into a sequence of instructions:toString()
-
Constructor Details
-
NextExpression
-
-
Method Details
-
compile
Compiles this expression into a sequence of instructions:Choice L1 subExpression BackCommit L2 L1: Fail L2: ...
Should be noted that can be compiled without usage of instruction "BackCommit":Choice L1 Choice L2 subExpression L2: Commit L3 L3: Fail L1: ...
- Specified by:
compilein interfaceParsingExpression
-
toString
-