Uses of Class
org.qdl_lang.parsing.ParsingMap
-
Packages that use ParsingMap Package Description org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of ParsingMap in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing that return ParsingMap Modifier and Type Method Description ParsingMap
QDLListener. getParsingMap()
Methods in org.qdl_lang.parsing with parameters of type ParsingMap Modifier and Type Method Description void
QDLListener. setParsingMap(ParsingMap parsingMap)
Constructors in org.qdl_lang.parsing with parameters of type ParsingMap Constructor Description QDLListener(ParsingMap parsingMap, State state)
Note that the state is supplied here not for evaluation, but because it has the evaluators needed to resolve the various types of operators that are being produced by the parser.
-