Class ExpressionFactory.FieldAccessExpressionBase<T>
- java.lang.Object
-
- org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
-
- org.glassfish.pfl.dynamic.codegen.impl.NodeBase
-
- org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
-
- org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.FieldAccessExpressionBase<T>
-
- All Implemented Interfaces:
AttributedObject
,ExpressionInternal
,Node
,Statement
,Expression
,CopyInterceptor
- Direct Known Subclasses:
ExpressionFactory.NonStaticFieldAccessExpression
,ExpressionFactory.StaticFieldAccessExpression
- Enclosing class:
- ExpressionFactory
public abstract static class ExpressionFactory.FieldAccessExpressionBase<T> extends ExpressionFactory.ExpressionBase
-
-
Constructor Summary
Constructors Constructor Description FieldAccessExpressionBase(ExpressionFactory ef, java.lang.String fieldName)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.String
fieldName()
boolean
isAssignable()
(package private) abstract boolean
isStatic()
T
target()
void
target(T arg)
(package private) abstract Type
targetType()
Type
type()
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.ExpressionFactory.ExpressionBase
accept, copy, copy
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.NodeBase
getAncestor, id, parent, parent, postCopy, preCopy, toString
-
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.AttributedObjectBase
attributes, get, set
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.AttributedObject
attributes, get, set
-
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.impl.Node
getAncestor, id, parent, parent
-
-
-
-
Field Detail
-
target
private T target
-
fieldName
private java.lang.String fieldName
-
-
Constructor Detail
-
FieldAccessExpressionBase
FieldAccessExpressionBase(ExpressionFactory ef, java.lang.String fieldName)
-
-
Method Detail
-
isAssignable
public boolean isAssignable()
- Specified by:
isAssignable
in interfaceExpressionInternal
- Overrides:
isAssignable
in classExpressionFactory.ExpressionBase
-
isStatic
abstract boolean isStatic()
-
targetType
abstract Type targetType()
-
target
public T target()
-
target
public void target(T arg)
-
fieldName
public java.lang.String fieldName()
-
type
public Type type()
-
-