Package convex.core.lang.reader
Class AntlrReader
java.lang.Object
convex.core.lang.reader.AntlrReader
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.antlr.v4.runtime.tree.ParseTree
getParseTree
(String input) static org.antlr.v4.runtime.tree.ParseTree
getParseTree
(org.antlr.v4.runtime.CharStream cs) static ACell
static ACell
static ACell
read
(org.antlr.v4.runtime.CharStream cs) readAll
(org.antlr.v4.runtime.CharStream cs)
-
Constructor Details
-
AntlrReader
public AntlrReader()
-
-
Method Details
-
read
-
read
- Throws:
IOException
-
read
-
readAll
-
readAll
-
getParseTree
-
getParseTree
public static org.antlr.v4.runtime.tree.ParseTree getParseTree(org.antlr.v4.runtime.CharStream cs)
-