Package org.sonar.sslr.internal.vm
Class OptionalExpression
java.lang.Object
org.sonar.sslr.internal.vm.OptionalExpression
- 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
-
OptionalExpression
-
-
Method Details
-
compile
Compiles this expression into a sequence of instructions: Choice L1 subExpression Commit L1 L1: ...- Specified by:
compilein interfaceParsingExpression
-
toString
-