Package org.sonar.sslr.internal.vm
Class SequenceExpression
java.lang.Object
org.sonar.sslr.internal.vm.SequenceExpression
- 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
-
SequenceExpression
-
-
Method Details
-
compile
Compiles this expression into a sequence of instructions:subExpressions[0] subExpressions[1] subExpressions[2] ...
- Specified by:
compilein interfaceParsingExpression
-
toString
-