Package org.sonar.sslr.internal.vm
Class FirstOfExpression
java.lang.Object
org.sonar.sslr.internal.vm.FirstOfExpression
- 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
-
FirstOfExpression
-
-
Method Details
-
compile
Compiles this expression into a sequence of instructions:Choice L1 subExpression[0] Commit E L1: Choice L2 subExpression[1] Commit E L2: Choice L3 subExpression[2] Commit E L3: subExpression[3] E: ...
- Specified by:
compilein interfaceParsingExpression
-
toString
-