Uses of Class
org.xcsp.parser.entries.XVariables.XArray
-
Packages that use XVariables.XArray Package Description org.xcsp.parser.callbacks -
-
Uses of XVariables.XArray in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XVariables.XArray Modifier and Type Method Description void
XCallbacks. beginArray(XVariables.XArray a)
Method called at the beginning of the process of loading the specified array of variables.default void
XCallbacks2. beginArray(XVariables.XArray a)
void
XCallbacks. endArray(XVariables.XArray a)
Method called at the end of the process of loading the specified array of variables.default void
XCallbacks2. endArray(XVariables.XArray a)
default void
XCallbacks. loadArray(XVariables.XArray va)
Loads the specified array of variables.
-