soot.jimple.parser.node
Class ANonstaticInvokeExpr

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

public final class ANonstaticInvokeExpr
extends PInvokeExpr


Constructor Summary
ANonstaticInvokeExpr()
           
ANonstaticInvokeExpr(PNonstaticInvoke _nonstaticInvoke_, PLocalName _localName_, TDot _dot_, PMethodSignature _methodSignature_, TLParen _lParen_, PArgList _argList_, TRParen _rParen_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PArgList getArgList()
           
 TDot getDot()
           
 PLocalName getLocalName()
           
 TLParen getLParen()
           
 PMethodSignature getMethodSignature()
           
 PNonstaticInvoke getNonstaticInvoke()
           
 TRParen getRParen()
           
 void setArgList(PArgList node)
           
 void setDot(TDot node)
           
 void setLocalName(PLocalName node)
           
 void setLParen(TLParen node)
           
 void setMethodSignature(PMethodSignature node)
           
 void setNonstaticInvoke(PNonstaticInvoke node)
           
 void setRParen(TRParen 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

ANonstaticInvokeExpr

public ANonstaticInvokeExpr()

ANonstaticInvokeExpr

public ANonstaticInvokeExpr(PNonstaticInvoke _nonstaticInvoke_,
                            PLocalName _localName_,
                            TDot _dot_,
                            PMethodSignature _methodSignature_,
                            TLParen _lParen_,
                            PArgList _argList_,
                            TRParen _rParen_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getNonstaticInvoke

public PNonstaticInvoke getNonstaticInvoke()

setNonstaticInvoke

public void setNonstaticInvoke(PNonstaticInvoke node)

getLocalName

public PLocalName getLocalName()

setLocalName

public void setLocalName(PLocalName node)

getDot

public TDot getDot()

setDot

public void setDot(TDot node)

getMethodSignature

public PMethodSignature getMethodSignature()

setMethodSignature

public void setMethodSignature(PMethodSignature node)

getLParen

public TLParen getLParen()

setLParen

public void setLParen(TLParen node)

getArgList

public PArgList getArgList()

setArgList

public void setArgList(PArgList node)

getRParen

public TRParen getRParen()

setRParen

public void setRParen(TRParen node)

toString

public String toString()
Overrides:
toString in class Object