Class JSSDParserFactory
- java.lang.Object
-
- net.anwiba.tools.definition.schema.json.gramma.parser.JSSDParserFactory
-
public class JSSDParserFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JSSDParserFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JSSDParsercreate(java.io.InputStream inputStream, java.lang.String encoding, org.antlr.v4.runtime.ANTLRErrorListener errorListener)JSSDParsercreate(java.io.Reader reader, org.antlr.v4.runtime.ANTLRErrorListener errorListener)JSSDParsercreate(JSSDLexer lexer, org.antlr.v4.runtime.ANTLRErrorListener errorListener)JSSDParsercreate(org.antlr.v4.runtime.CharStream stream, org.antlr.v4.runtime.ANTLRErrorListener errorListener)
-
-
-
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)
-
-