soot.dava.internal.AST
Class ASTTryNode

java.lang.Object
  extended bysoot.tagkit.AbstractHost
      extended bysoot.AbstractUnit
          extended bysoot.dava.internal.AST.ASTNode
              extended bysoot.dava.internal.AST.ASTLabeledNode
                  extended bysoot.dava.internal.AST.ASTTryNode
All Implemented Interfaces:
Context, Host, Serializable, Switchable, Unit

public class ASTTryNode
extends ASTLabeledNode

See Also:
Serialized Form

Nested Class Summary
 class ASTTryNode.container
           
 
Field Summary
 
Fields inherited from class soot.dava.internal.AST.ASTNode
NEWLINE, subBodies, TAB
 
Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
ASTTryNode(SETNodeLabel label, List tryBody, List catchList, Map exceptionMap, Map paramMap)
           
 
Method Summary
 void apply(Analysis a)
           
 Object clone()
          Returns a deep clone of this object.
 List get_CatchList()
           
 Map get_ExceptionMap()
           
 Set get_ExceptionSet()
           
 Map get_ParamMap()
           
 List get_TryBody()
           
 ASTTryNode.container get_TryBodyContainer()
           
 boolean isEmpty()
           
protected  void perform_AnalysisOnSubBodies(ASTAnalysis a)
           
 void replaceTryBody(List tryBody)
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.dava.internal.AST.ASTLabeledNode
get_Label, label_toString, label_toString, perform_Analysis, set_Label
 
Methods inherited from class soot.dava.internal.AST.ASTNode
body_toString, body_toString, branches, fallsThrough, get_SubBodies
 
Methods inherited from class soot.AbstractUnit
addBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThis
 
Methods inherited from class soot.tagkit.AbstractHost
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.tagkit.Host
addAllTagsOf, addTag, getTag, getTags, hasTag, removeAllTags, removeTag
 

Constructor Detail

ASTTryNode

public ASTTryNode(SETNodeLabel label,
                  List tryBody,
                  List catchList,
                  Map exceptionMap,
                  Map paramMap)
Method Detail

replaceTryBody

public void replaceTryBody(List tryBody)

perform_AnalysisOnSubBodies

protected void perform_AnalysisOnSubBodies(ASTAnalysis a)
Overrides:
perform_AnalysisOnSubBodies in class ASTNode

isEmpty

public boolean isEmpty()

get_TryBody

public List get_TryBody()

get_TryBodyContainer

public ASTTryNode.container get_TryBodyContainer()

get_CatchList

public List get_CatchList()

get_ExceptionMap

public Map get_ExceptionMap()

get_ParamMap

public Map get_ParamMap()

get_ExceptionSet

public Set get_ExceptionSet()

clone

public Object clone()
Description copied from class: AbstractUnit
Returns a deep clone of this object.

Specified by:
clone in interface Unit
Specified by:
clone in class AbstractUnit

toString

public void toString(UnitPrinter up)
Specified by:
toString in interface Unit
Specified by:
toString in class ASTNode

toString

public String toString()

apply

public void apply(Analysis a)
Overrides:
apply in class ASTNode