Class JSSDParserFactory


  • public class JSSDParserFactory
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JSSDParser create​(java.io.InputStream inputStream, java.lang.String encoding, org.antlr.v4.runtime.ANTLRErrorListener errorListener)  
      JSSDParser create​(java.io.Reader reader, org.antlr.v4.runtime.ANTLRErrorListener errorListener)  
      JSSDParser create​(JSSDLexer lexer, org.antlr.v4.runtime.ANTLRErrorListener errorListener)  
      JSSDParser create​(org.antlr.v4.runtime.CharStream stream, org.antlr.v4.runtime.ANTLRErrorListener errorListener)  
      • Methods inherited from class java.lang.Object

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

      • JSSDParserFactory

        public JSSDParserFactory()
    • Method Detail

      • create

        public JSSDParser create​(java.io.InputStream inputStream,
                                 java.lang.String encoding,
                                 org.antlr.v4.runtime.ANTLRErrorListener errorListener)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • create

        public JSSDParser create​(java.io.Reader reader,
                                 org.antlr.v4.runtime.ANTLRErrorListener errorListener)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • create

        public JSSDParser create​(org.antlr.v4.runtime.CharStream stream,
                                 org.antlr.v4.runtime.ANTLRErrorListener errorListener)
      • create

        public JSSDParser create​(JSSDLexer lexer,
                                 org.antlr.v4.runtime.ANTLRErrorListener errorListener)