Uses of Class
org.sentrysoftware.jawk.jrt.BlockObject
Packages that use BlockObject
-
Uses of BlockObject in org.sentrysoftware.jawk.jrt
Methods in org.sentrysoftware.jawk.jrt that return types with arguments of type BlockObjectModifier and TypeMethodDescriptionBlockObject.getBlockObjects()
Obtain all chained BlockObjects as a List, including this one.Methods in org.sentrysoftware.jawk.jrt with parameters of type BlockObjectModifier and TypeMethodDescriptionBlockManager.block
(BlockObject bo) Executes all block segments simultaneously, waiting for one block release.void
BlockObject.setNextBlockObject
(BlockObject bo) Chain this BlockObject to another BlockObject.