Class JSSDParserFactory
java.lang.Object
net.anwiba.tools.definition.schema.json.gramma.parser.JSSDParserFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream inputStream, String encoding, org.antlr.v4.runtime.ANTLRErrorListener errorListener) create(org.antlr.v4.runtime.CharStream stream, org.antlr.v4.runtime.ANTLRErrorListener errorListener)
-
Constructor Details
-
JSSDParserFactory
public JSSDParserFactory()
-
-
Method Details
-
create
public JSSDParser create(InputStream inputStream, String encoding, org.antlr.v4.runtime.ANTLRErrorListener errorListener) throws IOException - Throws:
IOException
-
create
public JSSDParser create(Reader reader, org.antlr.v4.runtime.ANTLRErrorListener errorListener) throws IOException - Throws:
IOException
-
create
public JSSDParser create(org.antlr.v4.runtime.CharStream stream, org.antlr.v4.runtime.ANTLRErrorListener errorListener) -
create
-