public final class MethodCallExpr extends Expression
Constructor and Description |
---|
MethodCallExpr() |
MethodCallExpr(Expression scope,
String name) |
MethodCallExpr(Expression scope,
String name,
List<Expression> args) |
MethodCallExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression scope,
List<Type> typeArgs,
String name,
List<Expression> args) |
Modifier and Type | Method and Description |
---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
List<Expression> |
getArgs() |
String |
getName() |
Expression |
getScope() |
List<Type> |
getTypeArgs() |
void |
setArgs(List<Expression> args) |
void |
setName(String name) |
void |
setScope(Expression scope) |
void |
setTypeArgs(List<Type> typeArgs) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public MethodCallExpr()
public MethodCallExpr(Expression scope, String name)
public MethodCallExpr(Expression scope, String name, List<Expression> args)
public MethodCallExpr(int beginLine, int beginColumn, int endLine, int endColumn, Expression scope, List<Type> typeArgs, String name, List<Expression> args)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public List<Expression> getArgs()
public String getName()
public Expression getScope()
public void setArgs(List<Expression> args)
public void setName(String name)
public void setScope(Expression scope)