Uses of Class
org.qdl_lang.expressions.IndexArgs
-
Packages that use IndexArgs Package Description org.qdl_lang.expressions Expressions are objects that take zero or more arguments and return a result. -
-
Uses of IndexArgs in org.qdl_lang.expressions
Methods in org.qdl_lang.expressions that return IndexArgs Modifier and Type Method Description protected IndexArgs
StemExtractionNode. checkIfAlreadyLinearized(State state)
protected IndexArgs
IndexArgs. checkIfList(IndexArg indexArg, State state)
protected IndexArgs
StemExtractionNode. linearizeLeftArgs(List<IndexArg> indices, State state)
Some parts of parse trees are left balanced, not right.protected IndexArgs
StemExtractionNode. normalize(IndexArgs args)
Remove any trailing *'s.Methods in org.qdl_lang.expressions with parameters of type IndexArgs Modifier and Type Method Description protected IndexArgs
StemExtractionNode. normalize(IndexArgs args)
Remove any trailing *'s.protected Object
StemExtractionNode. recurse(QDLStem in, IndexArgs sourceIndices)
Starts descent through all of the nodes
-