soot.jimple.parser.node
Class AThrowsClause
java.lang.Object
   soot.jimple.parser.node.Node
soot.jimple.parser.node.Node
       soot.jimple.parser.node.PThrowsClause
soot.jimple.parser.node.PThrowsClause
           soot.jimple.parser.node.AThrowsClause
soot.jimple.parser.node.AThrowsClause
- All Implemented Interfaces: 
- Cloneable, Switchable
- public final class AThrowsClause 
- extends PThrowsClause
 
 
 
 
AThrowsClause
public AThrowsClause()
AThrowsClause
public AThrowsClause(TThrows _throws_,
                     PClassNameList _classNameList_)
clone
public Object clone()
- 
- Specified by:
- clonein 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:
- toStringin class- Object
 
-