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, 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
Copyright © 2017 Oracle. All rights reserved.