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, isAssignablegetAncestor, id, parent, parent, postCopy, preCopy, toStringattributes, get, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAncestor, id, parent, parentattributes, get, setpublic 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()