public class ASTSwitchNode extends ASTLabeledNode
boxesPointingToThiscol, line, mTagList| Constructor and Description |
|---|
ASTSwitchNode(SETNodeLabel label,
Value key,
List<Object> indexList,
Map<Object,List<Object>> index2BodyList) |
| Modifier and Type | Method and Description |
|---|---|
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) |
get_Label, label_toString, label_toString, set_Labelbody_toString, body_toString, branches, fallsThrough, get_SubBodies, perform_AnalysisOnSubBodiesaddBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic ValueBox getKeyBox()
public Value get_Key()
public void set_Key(Value key)
public Object clone()
AbstractUnitclone in interface Unitclone in class AbstractUnitpublic void perform_Analysis(ASTAnalysis a)
perform_Analysis in class ASTLabeledNodepublic void toString(UnitPrinter up)
Copyright © 2020 Soot OSS. All rights reserved.