soot.jimple.parser.node
Class AThrowStatement
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PStatement
|
+--soot.jimple.parser.node.AThrowStatement
- public final class AThrowStatement
- extends PStatement
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AThrowStatement
public AThrowStatement()
AThrowStatement
public AThrowStatement(TThrow _throw_,
PImmediate _immediate_,
TSemicolon _semicolon_)
clone
public java.lang.Object clone()
- Overrides:
- 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 java.lang.String toString()
- Overrides:
- toString in class java.lang.Object