Uses of Class
org.qdl_lang.parsing.ParseRecord
-
Packages that use ParseRecord Package Description org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of ParseRecord in org.qdl_lang.parsing
Subclasses of ParseRecord in org.qdl_lang.parsing Modifier and Type Class Description class
ElementRecord
Created by Jeff Gaynor
on 1/15/20 at 1:50 PMclass
StatementRecord
Created by Jeff Gaynor
on 1/15/20 at 6:18 AMMethods in org.qdl_lang.parsing that return ParseRecord Modifier and Type Method Description ParseRecord
ParsingMap. findAncestor(org.antlr.v4.runtime.tree.ParseTree parseTree)
Find the parent or grandparent etc.ParseRecord
ParsingMap. findFirstChild(org.antlr.v4.runtime.tree.ParseTree parseTree)
In this case we have the id of a node that is not in this map because there are many types of intermediate node created by the parser we just don't record.ParseRecord
ParsingMap. findFirstChild(org.antlr.v4.runtime.tree.ParseTree parseTree, boolean returnNullOK)
ParseRecord
ParsingMap. getRoot()
Methods in org.qdl_lang.parsing with parameters of type ParseRecord Modifier and Type Method Description void
ParsingMap. setRoot(ParseRecord root)
-