soot.jimple.parser.node
Class AMethodSignature

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

public final class AMethodSignature
extends PMethodSignature


Constructor Summary
AMethodSignature()
           
AMethodSignature(TCmplt _cmplt_, PClassName _className_, TColon _first_, PType _type_, PName _methodName_, TLParen _lParen_, PParameterList _parameterList_, TRParen _rParen_, TCmpgt _cmpgt_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PClassName getClassName()
           
 TCmpgt getCmpgt()
           
 TCmplt getCmplt()
           
 TColon getFirst()
           
 TLParen getLParen()
           
 PName getMethodName()
           
 PParameterList getParameterList()
           
 TRParen getRParen()
           
 PType getType()
           
 void setClassName(PClassName node)
           
 void setCmpgt(TCmpgt node)
           
 void setCmplt(TCmplt node)
           
 void setFirst(TColon node)
           
 void setLParen(TLParen node)
           
 void setMethodName(PName node)
           
 void setParameterList(PParameterList node)
           
 void setRParen(TRParen 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

AMethodSignature

public AMethodSignature()

AMethodSignature

public AMethodSignature(TCmplt _cmplt_,
                        PClassName _className_,
                        TColon _first_,
                        PType _type_,
                        PName _methodName_,
                        TLParen _lParen_,
                        PParameterList _parameterList_,
                        TRParen _rParen_,
                        TCmpgt _cmpgt_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCmplt

public TCmplt getCmplt()

setCmplt

public void setCmplt(TCmplt node)

getClassName

public PClassName getClassName()

setClassName

public void setClassName(PClassName node)

getFirst

public TColon getFirst()

setFirst

public void setFirst(TColon node)

getType

public PType getType()

setType

public void setType(PType node)

getMethodName

public PName getMethodName()

setMethodName

public void setMethodName(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)

getCmpgt

public TCmpgt getCmpgt()

setCmpgt

public void setCmpgt(TCmpgt node)

toString

public String toString()
Overrides:
toString in class Object