soot.jimple.parser.node
Class ACaseStmt
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PCaseStmt
|
+--soot.jimple.parser.node.ACaseStmt
- public final class ACaseStmt
- extends PCaseStmt
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ACaseStmt
public ACaseStmt()
ACaseStmt
public ACaseStmt(PCaseLabel _caseLabel_,
TColon _colon_,
PGotoStmt _gotoStmt_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getCaseLabel
public PCaseLabel getCaseLabel()
setCaseLabel
public void setCaseLabel(PCaseLabel node)
getColon
public TColon getColon()
setColon
public void setColon(TColon node)
getGotoStmt
public PGotoStmt getGotoStmt()
setGotoStmt
public void setGotoStmt(PGotoStmt node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object