Package gw.lang.reflect.features
Class BoundPropertyChainReference<R,T>
- java.lang.Object
-
- gw.lang.reflect.features.FeatureReference<R,T>
-
- gw.lang.reflect.features.BoundPropertyChainReference<R,T>
-
- All Implemented Interfaces:
IFeatureChain
,IFeatureReference<R,T>
,IPropertyReference<R,T>
public class BoundPropertyChainReference<R,T> extends FeatureReference<R,T> implements IPropertyReference<R,T>, IFeatureChain
-
-
Constructor Summary
Constructors Constructor Description BoundPropertyChainReference(IType rootType, FeatureReference root, String property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
protected Object
evaluate(Iterator args)
T
get()
IFeatureInfo
getFeatureInfo()
protected List<IType>
getFullArgTypes()
IPropertyInfo
getPropertyInfo()
IFeatureReference
getRootFeatureReference()
IType
getRootType()
int
hashCode()
void
set(T val)
-
Methods inherited from class gw.lang.reflect.features.FeatureReference
hasReturn
-
-
-
-
Constructor Detail
-
BoundPropertyChainReference
public BoundPropertyChainReference(IType rootType, FeatureReference root, String property)
-
-
Method Detail
-
get
public T get()
-
set
public void set(T val)
-
getRootType
public IType getRootType()
- Specified by:
getRootType
in interfaceIFeatureReference<R,T>
-
getFeatureInfo
public IFeatureInfo getFeatureInfo()
- Specified by:
getFeatureInfo
in interfaceIFeatureReference<R,T>
-
evaluate
protected Object evaluate(Iterator args)
- Specified by:
evaluate
in classFeatureReference<R,T>
-
getFullArgTypes
protected List<IType> getFullArgTypes()
- Specified by:
getFullArgTypes
in classFeatureReference<R,T>
-
getPropertyInfo
public IPropertyInfo getPropertyInfo()
- Specified by:
getPropertyInfo
in interfaceIPropertyReference<R,T>
-
getRootFeatureReference
public IFeatureReference getRootFeatureReference()
- Specified by:
getRootFeatureReference
in interfaceIFeatureChain
-
-