public abstract static class ExpressionFactory.CallExpression<T> extends ExpressionFactory.ExpressionBase
The call type is determined as follows:
Modifier and Type | Method and Description |
---|---|
java.util.List<Expression> |
args() |
java.lang.String |
ident() |
abstract boolean |
isStatic() |
Signature |
signature() |
T |
target() |
void |
target(T arg) |
Type |
type() |
accept, copy, copy, isAssignable
getAncestor, id, parent, parent, postCopy, preCopy, toString
attributes, get, set
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAncestor, id, parent, parent
attributes, get, set
public abstract boolean isStatic()
public final T target()
public final void target(T arg)
public final java.lang.String ident()
public final Signature signature()
public final java.util.List<Expression> args()
public final Type type()