Class MablSwapConditionParserUtil
- java.lang.Object
-
- org.intocps.maestro.parser.template.MablSwapConditionParserUtil
-
public class MablSwapConditionParserUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description MablSwapConditionParserUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.intocps.maestro.ast.node.PExpparse(org.antlr.v4.runtime.CharStream specStreams)static org.intocps.maestro.ast.node.PExpparse(org.antlr.v4.runtime.CharStream specStreams, IErrorReporter reporter)
-
-
-
Method Detail
-
parse
public static org.intocps.maestro.ast.node.PExp parse(org.antlr.v4.runtime.CharStream specStreams)
-
parse
public static org.intocps.maestro.ast.node.PExp parse(org.antlr.v4.runtime.CharStream specStreams, IErrorReporter reporter)
-
-