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, copygetAncestor, id, parent, parent, postCopy, preCopy, toStringattributes, get, setclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAncestor, id, parent, parentattributes, get, setpublic boolean isAssignable()
isAssignable in interface ExpressionInternalisAssignable in class ExpressionFactory.ExpressionBasepublic T target()
public void target(T arg)
public String fieldName()
public Type type()
Copyright © 2017 Oracle. All rights reserved.