Uses of Class
org.sentrysoftware.jawk.jrt.BlockObject
-
Uses of BlockObject in org.sentrysoftware.jawk.jrt
Modifier and TypeMethodDescriptionBlockObject.getBlockObjects()
Obtain all chained BlockObjects as a List, including this one.Modifier 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.