public final class ANonstaticInvokeExpr extends PInvokeExpr
Constructor and Description |
---|
ANonstaticInvokeExpr() |
ANonstaticInvokeExpr(PNonstaticInvoke _nonstaticInvoke_,
PLocalName _localName_,
TDot _dot_,
PMethodSignature _methodSignature_,
TLParen _lParen_,
PArgList _argList_,
TRParen _rParen_) |
Modifier and Type | Method and Description |
---|---|
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() |
public ANonstaticInvokeExpr()
public ANonstaticInvokeExpr(PNonstaticInvoke _nonstaticInvoke_, PLocalName _localName_, TDot _dot_, PMethodSignature _methodSignature_, TLParen _lParen_, PArgList _argList_, TRParen _rParen_)
public void apply(Switch sw)
public PNonstaticInvoke getNonstaticInvoke()
public void setNonstaticInvoke(PNonstaticInvoke node)
public PLocalName getLocalName()
public void setLocalName(PLocalName node)
public TDot getDot()
public void setDot(TDot node)
public PMethodSignature getMethodSignature()
public void setMethodSignature(PMethodSignature node)
public TLParen getLParen()
public void setLParen(TLParen node)
public PArgList getArgList()
public void setArgList(PArgList node)
public TRParen getRParen()
public void setRParen(TRParen node)