Class Handler
java.lang.Object
EDU.purdue.cs.bloat.cfg.Handler
Handler represents a try-catch block. It containes a set of
protected Blocks (the "try" blocks), a catch Block,
and the Type of exception that is caught by the catch block.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a Collection of the "try" blocks.voidsetCatchBlock(Block block) toString()
-
Constructor Details
-
Handler
-
-
Method Details
-
protectedBlocks
Returns a Collection of the "try" blocks. -
setCatchBlock
-
catchBlock
-
catchType
-
toString
-