soot.jimple.parser.node
Class AFullMethodBody
java.lang.Object
soot.jimple.parser.node.Node
soot.jimple.parser.node.PMethodBody
soot.jimple.parser.node.AFullMethodBody
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AFullMethodBody
- extends PMethodBody
AFullMethodBody
public AFullMethodBody()
AFullMethodBody
public AFullMethodBody(TLBrace _lBrace_,
List _declaration_,
List _statement_,
List _catchClause_,
TRBrace _rBrace_)
AFullMethodBody
public AFullMethodBody(TLBrace _lBrace_,
XPDeclaration _declaration_,
XPStatement _statement_,
XPCatchClause _catchClause_,
TRBrace _rBrace_)
clone
public Object clone()
- Specified by:
clone
in class Node
apply
public void apply(Switch sw)
getLBrace
public TLBrace getLBrace()
setLBrace
public void setLBrace(TLBrace node)
getDeclaration
public LinkedList getDeclaration()
setDeclaration
public void setDeclaration(List list)
getStatement
public LinkedList getStatement()
setStatement
public void setStatement(List list)
getCatchClause
public LinkedList getCatchClause()
setCatchClause
public void setCatchClause(List list)
getRBrace
public TRBrace getRBrace()
setRBrace
public void setRBrace(TRBrace node)
toString
public String toString()
- Overrides:
toString
in class Object