soot.jimple.parser.node
Class ANonstaticInvokeExpr
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PInvokeExpr
|
+--soot.jimple.parser.node.ANonstaticInvokeExpr
- public final class ANonstaticInvokeExpr
- extends PInvokeExpr
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ANonstaticInvokeExpr
public ANonstaticInvokeExpr()
ANonstaticInvokeExpr
public ANonstaticInvokeExpr(PNonstaticInvoke _nonstaticInvoke_,
PLocalName _localName_,
TDot _dot_,
PMethodSignature _methodSignature_,
TLParen _lParen_,
PArgList _argList_,
TRParen _rParen_)
clone
public java.lang.Object clone()
- Overrides:
- 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 java.lang.String toString()
- Overrides:
- toString in class java.lang.Object