soot.jimple.parser.node
Class ACatchClause
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PCatchClause
|
+--soot.jimple.parser.node.ACatchClause
- public final class ACatchClause
- extends PCatchClause
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ACatchClause
public ACatchClause()
ACatchClause
public ACatchClause(TCatch _catch_,
PClassName _name_,
TFrom _from_,
PLabelName _fromLabel_,
TTo _to_,
PLabelName _toLabel_,
TWith _with_,
PLabelName _withLabel_,
TSemicolon _semicolon_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getCatch
public TCatch getCatch()
setCatch
public void setCatch(TCatch node)
getName
public PClassName getName()
setName
public void setName(PClassName node)
getFrom
public TFrom getFrom()
setFrom
public void setFrom(TFrom node)
getFromLabel
public PLabelName getFromLabel()
setFromLabel
public void setFromLabel(PLabelName node)
getTo
public TTo getTo()
setTo
public void setTo(TTo node)
getToLabel
public PLabelName getToLabel()
setToLabel
public void setToLabel(PLabelName node)
getWith
public TWith getWith()
setWith
public void setWith(TWith node)
getWithLabel
public PLabelName getWithLabel()
setWithLabel
public void setWithLabel(PLabelName node)
getSemicolon
public TSemicolon getSemicolon()
setSemicolon
public void setSemicolon(TSemicolon node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object