Uses of Class
org.qdl_lang.statements.Element
-
Packages that use Element Package Description org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of Element in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing that return Element Modifier and Type Method Description Element
ElementRecord. getElement()
Methods in org.qdl_lang.parsing that return types with arguments of type Element Modifier and Type Method Description ArrayList<Element>
ParsingMap. getElements()
At the end of parsing, this has all of the executable elements in it.ArrayList<Element>
QDLParserDriver. getElements()
List<Element>
QDLRunner. getElements()
ArrayList<Element>
QDLParserDriver. parse(Reader reader)
Methods in org.qdl_lang.parsing with parameters of type Element Modifier and Type Method Description void
ElementRecord. setElement(Element element)
protected void
QDLListener. stash(org.antlr.v4.runtime.tree.ParseTree parseTree, Element element)
Method parameters in org.qdl_lang.parsing with type arguments of type Element Modifier and Type Method Description void
QDLRunner. setElements(ArrayList<Element> elements)
Constructors in org.qdl_lang.parsing with parameters of type Element Constructor Description ElementRecord(org.antlr.v4.runtime.tree.ParseTree parseTree, Element element)
Constructor parameters in org.qdl_lang.parsing with type arguments of type Element Constructor Description QDLRunner(ArrayList<Element> elements)
-