Package EDU.purdue.cs.bloat.cfg
Class Handler
- java.lang.Object
-
- EDU.purdue.cs.bloat.cfg.Handler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockcatchBlock()TypecatchType()java.util.CollectionprotectedBlocks()Returns a Collection of the "try" blocks.voidsetCatchBlock(Block block)java.lang.StringtoString()
-
-
-
Method Detail
-
protectedBlocks
public java.util.Collection protectedBlocks()
Returns a Collection of the "try" blocks.
-
setCatchBlock
public void setCatchBlock(Block block)
-
catchBlock
public Block catchBlock()
-
catchType
public Type catchType()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-