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 voidXCallbacks. beginBlock(XConstraints.XBlock b)Method called at the beginning of the process of loading the specified block.default voidXCallbacks2. beginBlock(XConstraints.XBlock b)voidXCallbacks. endBlock(XConstraints.XBlock b)Method called at the end of the process of loading the specified block.default voidXCallbacks2. endBlock(XConstraints.XBlock b)default voidXCallbacks. loadBlock(XConstraints.XBlock b)Loads a block from.
-