soot.jimple.parser.node
Class AGotoStmt

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PGotoStmt
          extended by soot.jimple.parser.node.AGotoStmt
All Implemented Interfaces:
Cloneable, Switchable

public final class AGotoStmt
extends PGotoStmt


Constructor Summary
AGotoStmt()
           
AGotoStmt(TGoto _goto_, PLabelName _labelName_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TGoto getGoto()
           
 PLabelName getLabelName()
           
 TSemicolon getSemicolon()
           
 void setGoto(TGoto node)
           
 void setLabelName(PLabelName node)
           
 void setSemicolon(TSemicolon node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AGotoStmt

public AGotoStmt()

AGotoStmt

public AGotoStmt(TGoto _goto_,
                 PLabelName _labelName_,
                 TSemicolon _semicolon_)
Method Detail

clone

public Object clone()
Specified by:
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 String toString()
Overrides:
toString in class Object