Uses of Class
org.xcsp.parser.entries.XConstraints.XBlock
-
Packages that use XConstraints.XBlock Package Description org.xcsp.parser.callbacks -
-
Uses of XConstraints.XBlock in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type XConstraints.XBlock Modifier and Type Method Description void
XCallbacks. beginBlock(XConstraints.XBlock b)
Method called at the beginning of the process of loading the specified block.default void
XCallbacks2. beginBlock(XConstraints.XBlock b)
void
XCallbacks. endBlock(XConstraints.XBlock b)
Method called at the end of the process of loading the specified block.default void
XCallbacks2. endBlock(XConstraints.XBlock b)
default void
XCallbacks. loadBlock(XConstraints.XBlock b)
Loads a block from.
-