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 booleanIndexArgs. add(IndexArg indexArg, State state)voidStemExtractionNode. addArgument(IndexArg indexArg)intIndexArgs. argSize(IndexArg indexArg)protected IndexArgsIndexArgs. checkIfList(IndexArg indexArg, State state)Method parameters in org.qdl_lang.expressions with type arguments of type IndexArg Modifier and Type Method Description protected IndexArgsStemExtractionNode. linearizeLeftArgs(List<IndexArg> indices, State state)Some parts of parse trees are left balanced, not right.protected ObjectStemExtractionNode. recurse(QDLStem in, QDLStem out, IndexList targetIndex, List<IndexArg> sourceIndices, int indexLocation, long strictIndex, State state) 
 -