soot.jimple.parser.node
Class AFullMethodBody

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PMethodBody
          extended by soot.jimple.parser.node.AFullMethodBody
All Implemented Interfaces:
Cloneable, Switchable

public final class AFullMethodBody
extends PMethodBody


Constructor Summary
AFullMethodBody()
           
AFullMethodBody(TLBrace _lBrace_, List<PDeclaration> _declaration_, List<PStatement> _statement_, List<PCatchClause> _catchClause_, TRBrace _rBrace_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 LinkedList<PCatchClause> getCatchClause()
           
 LinkedList<PDeclaration> getDeclaration()
           
 TLBrace getLBrace()
           
 TRBrace getRBrace()
           
 LinkedList<PStatement> getStatement()
           
 void setCatchClause(List<PCatchClause> list)
           
 void setDeclaration(List<PDeclaration> list)
           
 void setLBrace(TLBrace node)
           
 void setRBrace(TRBrace node)
           
 void setStatement(List<PStatement> list)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AFullMethodBody

public AFullMethodBody()

AFullMethodBody

public AFullMethodBody(TLBrace _lBrace_,
                       List<PDeclaration> _declaration_,
                       List<PStatement> _statement_,
                       List<PCatchClause> _catchClause_,
                       TRBrace _rBrace_)
Method Detail

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<PDeclaration> getDeclaration()

setDeclaration

public void setDeclaration(List<PDeclaration> list)

getStatement

public LinkedList<PStatement> getStatement()

setStatement

public void setStatement(List<PStatement> list)

getCatchClause

public LinkedList<PCatchClause> getCatchClause()

setCatchClause

public void setCatchClause(List<PCatchClause> list)

getRBrace

public TRBrace getRBrace()

setRBrace

public void setRBrace(TRBrace node)

toString

public String toString()
Overrides:
toString in class Object