soot.jimple.parser.node
Class AMethodMember

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

public final class AMethodMember
extends PMember


Constructor Summary
AMethodMember()
           
AMethodMember(List<PModifier> _modifier_, PType _type_, PName _name_, TLParen _lParen_, PParameterList _parameterList_, TRParen _rParen_, PThrowsClause _throwsClause_, PMethodBody _methodBody_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TLParen getLParen()
           
 PMethodBody getMethodBody()
           
 LinkedList<PModifier> getModifier()
           
 PName getName()
           
 PParameterList getParameterList()
           
 TRParen getRParen()
           
 PThrowsClause getThrowsClause()
           
 PType getType()
           
 void setLParen(TLParen node)
           
 void setMethodBody(PMethodBody node)
           
 void setModifier(List<PModifier> list)
           
 void setName(PName node)
           
 void setParameterList(PParameterList node)
           
 void setRParen(TRParen node)
           
 void setThrowsClause(PThrowsClause node)
           
 void setType(PType node)
           
 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

AMethodMember

public AMethodMember()

AMethodMember

public AMethodMember(List<PModifier> _modifier_,
                     PType _type_,
                     PName _name_,
                     TLParen _lParen_,
                     PParameterList _parameterList_,
                     TRParen _rParen_,
                     PThrowsClause _throwsClause_,
                     PMethodBody _methodBody_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getModifier

public LinkedList<PModifier> getModifier()

setModifier

public void setModifier(List<PModifier> list)

getType

public PType getType()

setType

public void setType(PType node)

getName

public PName getName()

setName

public void setName(PName node)

getLParen

public TLParen getLParen()

setLParen

public void setLParen(TLParen node)

getParameterList

public PParameterList getParameterList()

setParameterList

public void setParameterList(PParameterList node)

getRParen

public TRParen getRParen()

setRParen

public void setRParen(TRParen node)

getThrowsClause

public PThrowsClause getThrowsClause()

setThrowsClause

public void setThrowsClause(PThrowsClause node)

getMethodBody

public PMethodBody getMethodBody()

setMethodBody

public void setMethodBody(PMethodBody node)

toString

public String toString()
Overrides:
toString in class Object