Package org.intocps.maestro.parser
Class MablParserUtil
java.lang.Object
org.intocps.maestro.parser.MablParserUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<org.intocps.maestro.ast.node.ARootDocument> static List<org.intocps.maestro.ast.node.ARootDocument> parse(List<File> sourceFiles, IErrorReporter reporter) static org.intocps.maestro.ast.node.ARootDocumentparse(org.antlr.v4.runtime.CharStream specStreams) static org.intocps.maestro.ast.node.ARootDocumentparse(org.antlr.v4.runtime.CharStream specStreams, IErrorReporter reporter)
-
Constructor Details
-
MablParserUtil
public MablParserUtil()
-
-
Method Details
-
parse
public static org.intocps.maestro.ast.node.ARootDocument parse(org.antlr.v4.runtime.CharStream specStreams) -
parse
public static org.intocps.maestro.ast.node.ARootDocument parse(org.antlr.v4.runtime.CharStream specStreams, IErrorReporter reporter) -
parse
public static List<org.intocps.maestro.ast.node.ARootDocument> parse(List<File> sourceFiles, IErrorReporter reporter) throws IOException - Throws:
IOException
-
parse
public static List<org.intocps.maestro.ast.node.ARootDocument> parse(List<File> sourceFiles) throws IOException - Throws:
IOException
-