Package org.intocps.maestro.parser
Class MablParserUtil
- java.lang.Object
-
- org.intocps.maestro.parser.MablParserUtil
-
public class MablParserUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description MablParserUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<org.intocps.maestro.ast.node.ARootDocument>parse(List<File> sourceFiles)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)
-
-
-
Method Detail
-
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
-
-