Class MablParserUtil

java.lang.Object
org.intocps.maestro.parser.MablParserUtil

public class MablParserUtil extends Object
  • 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