Uses of Class
edu.uiuc.ncsa.qdl.state.StemMultiIndex
-
Packages that use StemMultiIndex Package Description edu.uiuc.ncsa.qdl.state Classes that manage the state of an interpreter session.edu.uiuc.ncsa.qdl.variables Variables in QDL and classes that support them. -
-
Uses of StemMultiIndex in edu.uiuc.ncsa.qdl.state
Methods in edu.uiuc.ncsa.qdl.state that return StemMultiIndex Modifier and Type Method Description StemMultiIndex
StemMultiIndex. truncate()
Returns a new Stem that is adjusted to the realLengthMethods in edu.uiuc.ncsa.qdl.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 edu.uiuc.ncsa.qdl.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 edu.uiuc.ncsa.qdl.variables
Methods in edu.uiuc.ncsa.qdl.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)
-