soot.jimple.parser.node
Class AThrowsClause

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

public final class AThrowsClause
extends PThrowsClause


Constructor Summary
AThrowsClause()
           
AThrowsClause(TThrows _throws_, PClassNameList _classNameList_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PClassNameList getClassNameList()
           
 TThrows getThrows()
           
 void setClassNameList(PClassNameList node)
           
 void setThrows(TThrows 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

AThrowsClause

public AThrowsClause()

AThrowsClause

public AThrowsClause(TThrows _throws_,
                     PClassNameList _classNameList_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getThrows

public TThrows getThrows()

setThrows

public void setThrows(TThrows node)

getClassNameList

public PClassNameList getClassNameList()

setClassNameList

public void setClassNameList(PClassNameList node)

toString

public String toString()
Overrides:
toString in class Object