Uses of Class
org.qdl_lang.expressions.IndexArg
-
Packages that use IndexArg Package Description org.qdl_lang.expressions Expressions are objects that take zero or more arguments and return a result. -
-
Uses of IndexArg in org.qdl_lang.expressions
Methods in org.qdl_lang.expressions that return types with arguments of type IndexArg Modifier and Type Method Description protected List<IndexArg>
StemExtractionNode. linearize(State state)
Start linearizing the tree.Methods in org.qdl_lang.expressions with parameters of type IndexArg Modifier and Type Method Description boolean
IndexArgs. add(IndexArg indexArg, State state)
void
StemExtractionNode. addArgument(IndexArg indexArg)
int
IndexArgs. argSize(IndexArg indexArg)
protected IndexArgs
IndexArgs. checkIfList(IndexArg indexArg, State state)
Method parameters in org.qdl_lang.expressions with type arguments of type IndexArg Modifier and Type Method Description protected IndexArgs
StemExtractionNode. linearizeLeftArgs(List<IndexArg> indices, State state)
Some parts of parse trees are left balanced, not right.protected Object
StemExtractionNode. recurse(QDLStem in, QDLStem out, IndexList targetIndex, List<IndexArg> sourceIndices, int indexLocation, long strictIndex)
-