soot.jimple.parser.node
Class AThrowStatement

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

public final class AThrowStatement
extends PStatement


Constructor Summary
AThrowStatement()
           
AThrowStatement(TThrow _throw_, PImmediate _immediate_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PImmediate getImmediate()
           
 TSemicolon getSemicolon()
           
 TThrow getThrow()
           
 void setImmediate(PImmediate node)
           
 void setSemicolon(TSemicolon node)
           
 void setThrow(TThrow 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

AThrowStatement

public AThrowStatement()

AThrowStatement

public AThrowStatement(TThrow _throw_,
                       PImmediate _immediate_,
                       TSemicolon _semicolon_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getThrow

public TThrow getThrow()

setThrow

public void setThrow(TThrow node)

getImmediate

public PImmediate getImmediate()

setImmediate

public void setImmediate(PImmediate node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public String toString()
Overrides:
toString in class Object