soot.dava.internal.AST
Class ASTForLoopNode

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.ASTControlFlowNode
                      extended bysoot.dava.internal.AST.ASTForLoopNode
All Implemented Interfaces:
Context, Host, Serializable, Switchable, Unit

public class ASTForLoopNode
extends ASTControlFlowNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class soot.dava.internal.AST.ASTNode
NEWLINE, subBodies, TAB
 
Fields inherited from class soot.AbstractUnit
emptyList
 
Constructor Summary
ASTForLoopNode(SETNodeLabel label, List init, ASTCondition condition, List update, List body)
           
 
Method Summary
 void apply(Analysis a)
           
 Object clone()
          Returns a deep clone of this object.
 List getInit()
           
 List getUpdate()
           
 void replaceBody(List body)
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.dava.internal.AST.ASTControlFlowNode
get_Condition, perform_Analysis, set_Condition
 
Methods inherited from class soot.dava.internal.AST.ASTLabeledNode
get_Label, label_toString, label_toString, set_Label
 
Methods inherited from class soot.dava.internal.AST.ASTNode
body_toString, body_toString, branches, fallsThrough, get_SubBodies, perform_AnalysisOnSubBodies
 
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

ASTForLoopNode

public ASTForLoopNode(SETNodeLabel label,
                      List init,
                      ASTCondition condition,
                      List update,
                      List body)
Method Detail

getInit

public List getInit()

getUpdate

public List getUpdate()

replaceBody

public void replaceBody(List body)

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