public abstract static class ExpressionFactory.CallExpression<T> extends ExpressionFactory.ExpressionBase
The call type is determined as follows:
| Modifier and Type | Method and Description |
|---|---|
List<Expression> |
args() |
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, setCopyright © 2017 Oracle. All rights reserved.