soot.jimple.parser.node
Class AGotoStmt
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PGotoStmt
|
+--soot.jimple.parser.node.AGotoStmt
- public final class AGotoStmt
- extends PGotoStmt
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AGotoStmt
public AGotoStmt()
AGotoStmt
public AGotoStmt(TGoto _goto_,
PLabelName _labelName_,
TSemicolon _semicolon_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getGoto
public TGoto getGoto()
setGoto
public void setGoto(TGoto node)
getLabelName
public PLabelName getLabelName()
setLabelName
public void setLabelName(PLabelName node)
getSemicolon
public TSemicolon getSemicolon()
setSemicolon
public void setSemicolon(TSemicolon node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object