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