Uses of Class
org.qdl_lang.state.StemMultiIndex
-
Packages that use StemMultiIndex Package Description org.qdl_lang.state Classes that manage the state of an interpreter session.org.qdl_lang.variables Variables in QDL and classes that support them. -
-
Uses of StemMultiIndex in org.qdl_lang.state
Methods in org.qdl_lang.state that return StemMultiIndex Modifier and Type Method Description StemMultiIndex
StemMultiIndex. truncate()
Returns a new Stem that is adjusted to the realLengthMethods in org.qdl_lang.state with parameters of type StemMultiIndex Modifier and Type Method Description protected Object
VariableState. gsrNSStemOp(StemMultiIndex w, int op, Object value, Set<XKey> checkInstances)
gsr = get, set or remove.Constructors in org.qdl_lang.state with parameters of type StemMultiIndex Constructor Description StemMultiIndex(StemMultiIndex w, int newNameIndex)
Given a stem wrapper where a stem reference has been found at newNameIndex, make a new object suitable for handing to a stem variable for resolution. -
Uses of StemMultiIndex in org.qdl_lang.variables
Methods in org.qdl_lang.variables with parameters of type StemMultiIndex Modifier and Type Method Description Object
QDLStem. get(StemMultiIndex w)
Note that thevoid
QDLStem. remove(StemMultiIndex w)
void
QDLStem. set(StemMultiIndex w, Object value)
-