Package org.antlr.v4.runtime.misc
Class InterpreterDataReader
java.lang.Object
org.antlr.v4.runtime.misc.InterpreterDataReader
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe structure of the data file is very simple.
-
Constructor Details
-
InterpreterDataReader
public InterpreterDataReader()
-
-
Method Details
-
parseFile
The structure of the data file is very simple. Everything is line based with empty lines separating the different parts. For lexers the layout is: token literal names: ... token symbolic names: ... rule names: ... channel names: ... mode names: ... atn: enclosed in a pair of squared brackets. Data for a parser does not contain channel and mode names.
-