public abstract static class ExpressionFactory.FieldAccessExpressionBase<T> extends ExpressionFactory.ExpressionBase
Modifier and Type | Method and Description |
---|---|
String |
fieldName() |
boolean |
isAssignable() |
T |
target() |
void |
target(T arg) |
Type |
type() |
accept, copy, copy
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 boolean isAssignable()
isAssignable
in interface ExpressionInternal
isAssignable
in class ExpressionFactory.ExpressionBase
public T target()
public void target(T arg)
public String fieldName()
public Type type()
Copyright © 2017 Oracle. All rights reserved.