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


Constructor Summary
AFullMethodBody()
           
AFullMethodBody(TLBrace _lBrace_, java.util.List _declaration_, java.util.List _statement_, java.util.List _catchClause_, TRBrace _rBrace_)
           
AFullMethodBody(TLBrace _lBrace_, XPDeclaration _declaration_, XPStatement _statement_, XPCatchClause _catchClause_, TRBrace _rBrace_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList getCatchClause()
           
 java.util.LinkedList getDeclaration()
           
 TLBrace getLBrace()
           
 TRBrace getRBrace()
           
 java.util.LinkedList getStatement()
           
 void setCatchClause(java.util.List list)
           
 void setDeclaration(java.util.List list)
           
 void setLBrace(TLBrace node)
           
 void setRBrace(TRBrace node)
           
 void setStatement(java.util.List list)
           
 java.lang.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_,
                       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_)
Method Detail

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