Class MablParserUtil


  • public class MablParserUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MablParserUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<org.intocps.maestro.ast.node.ARootDocument> parse​(java.util.List<java.io.File> sourceFiles)  
      static java.util.List<org.intocps.maestro.ast.node.ARootDocument> parse​(java.util.List<java.io.File> sourceFiles, org.intocps.maestro.core.messages.IErrorReporter reporter)  
      static org.intocps.maestro.ast.node.ARootDocument parse​(org.antlr.v4.runtime.CharStream specStreams)  
      static org.intocps.maestro.ast.node.ARootDocument parse​(org.antlr.v4.runtime.CharStream specStreams, org.intocps.maestro.core.messages.IErrorReporter reporter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MablParserUtil

        public MablParserUtil()
    • 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,
                                                                       org.intocps.maestro.core.messages.IErrorReporter reporter)
      • parse

        public static java.util.List<org.intocps.maestro.ast.node.ARootDocument> parse​(java.util.List<java.io.File> sourceFiles,
                                                                                       org.intocps.maestro.core.messages.IErrorReporter reporter)
                                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parse

        public static java.util.List<org.intocps.maestro.ast.node.ARootDocument> parse​(java.util.List<java.io.File> sourceFiles)
                                                                                throws java.io.IOException
        Throws:
        java.io.IOException