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 classElementRecordCreated by Jeff Gaynor
on 1/15/20 at 1:50 PMclassStatementRecordCreated by Jeff Gaynor
on 1/15/20 at 6:18 AMMethods in org.qdl_lang.parsing that return ParseRecord Modifier and Type Method Description ParseRecordParsingMap. findAncestor(org.antlr.v4.runtime.tree.ParseTree parseTree)Find the parent or grandparent etc.ParseRecordParsingMap. 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 values of intermediate node created by the parser we just don't record.ParseRecordParsingMap. findFirstChild(org.antlr.v4.runtime.tree.ParseTree parseTree, boolean returnNullOK)ParseRecordParsingMap. getRoot()Methods in org.qdl_lang.parsing with parameters of type ParseRecord Modifier and Type Method Description voidParsingMap. setRoot(ParseRecord root)
-