soot.dava.internal.AST
Class ASTSwitchNode

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

public class ASTSwitchNode
extends ASTLabeledNode

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
ASTSwitchNode(SETNodeLabel label, Value key, List<Object> indexList, Map<Object,List<Object>> index2BodyList)
           
 
Method Summary
 void apply(Analysis a)
           
 Object clone()
          Returns a deep clone of this object.
 Value get_Key()
           
 Map<Object,List<Object>> getIndex2BodyList()
           
 List<Object> getIndexList()
           
 ValueBox getKeyBox()
           
 void perform_Analysis(ASTAnalysis a)
           
 void replaceIndex2BodyList(Map<Object,List<Object>> index2BodyList)
           
 void set_Key(Value key)
           
 String toString()
           
 void toString(UnitPrinter up)
           
 
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

ASTSwitchNode

public ASTSwitchNode(SETNodeLabel label,
                     Value key,
                     List<Object> indexList,
                     Map<Object,List<Object>> index2BodyList)
Method Detail

getIndexList

public List<Object> getIndexList()

getIndex2BodyList

public Map<Object,List<Object>> getIndex2BodyList()

replaceIndex2BodyList

public void replaceIndex2BodyList(Map<Object,List<Object>> index2BodyList)

getKeyBox

public ValueBox getKeyBox()

get_Key

public Value get_Key()

set_Key

public void set_Key(Value key)

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

perform_Analysis

public void perform_Analysis(ASTAnalysis a)
Overrides:
perform_Analysis in class ASTLabeledNode

toString

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

toString

public String toString()
Overrides:
toString in class Object

apply

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