soot.jimple.parser.node
Class AFullMethodBody
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PMethodBody
|
+--soot.jimple.parser.node.AFullMethodBody
- public final class AFullMethodBody
- extends PMethodBody
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AFullMethodBody
public AFullMethodBody()
AFullMethodBody
public AFullMethodBody(TLBrace _lBrace_,
java.util.List _declaration_,
java.util.List _statement_,
java.util.List _catchClause_,
TRBrace _rBrace_)
AFullMethodBody
public AFullMethodBody(TLBrace _lBrace_,
XPDeclaration _declaration_,
XPStatement _statement_,
XPCatchClause _catchClause_,
TRBrace _rBrace_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getLBrace
public TLBrace getLBrace()
setLBrace
public void setLBrace(TLBrace node)
getDeclaration
public java.util.LinkedList getDeclaration()
setDeclaration
public void setDeclaration(java.util.List list)
getStatement
public java.util.LinkedList getStatement()
setStatement
public void setStatement(java.util.List list)
getCatchClause
public java.util.LinkedList getCatchClause()
setCatchClause
public void setCatchClause(java.util.List list)
getRBrace
public TRBrace getRBrace()
setRBrace
public void setRBrace(TRBrace node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object