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 voidXCallbacks. beginArray(XVariables.XArray a)Method called at the beginning of the process of loading the specified array of variables.default voidXCallbacks2. beginArray(XVariables.XArray a)voidXCallbacks. endArray(XVariables.XArray a)Method called at the end of the process of loading the specified array of variables.default voidXCallbacks2. endArray(XVariables.XArray a)default voidXCallbacks. loadArray(XVariables.XArray va)Loads the specified array of variables.
-