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
-
-
Field Summary
Fields Modifier and Type Field Description private IPropertyInfo_piprivate FeatureReference_rootprivate IType_rootType
-
Constructor Summary
Constructors Constructor Description BoundPropertyChainReference(IType rootType, FeatureReference root, java.lang.String property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)protected java.lang.Objectevaluate(java.util.Iterator args)Tget()IFeatureInfogetFeatureInfo()protected java.util.List<IType>getFullArgTypes()IPropertyInfogetPropertyInfo()IFeatureReferencegetRootFeatureReference()ITypegetRootType()inthashCode()voidset(T val)-
Methods inherited from class gw.lang.reflect.features.FeatureReference
hasReturn
-
-
-
-
Field Detail
-
_root
private FeatureReference _root
-
_rootType
private IType _rootType
-
_pi
private IPropertyInfo _pi
-
-
Constructor Detail
-
BoundPropertyChainReference
public BoundPropertyChainReference(IType rootType, FeatureReference root, java.lang.String property)
-
-
Method Detail
-
get
public T get()
-
set
public void set(T val)
-
getRootType
public IType getRootType()
- Specified by:
getRootTypein interfaceIFeatureReference<R,T>
-
getFeatureInfo
public IFeatureInfo getFeatureInfo()
- Specified by:
getFeatureInfoin interfaceIFeatureReference<R,T>
-
evaluate
protected java.lang.Object evaluate(java.util.Iterator args)
- Specified by:
evaluatein classFeatureReference<R,T>
-
getFullArgTypes
protected java.util.List<IType> getFullArgTypes()
- Specified by:
getFullArgTypesin classFeatureReference<R,T>
-
getPropertyInfo
public IPropertyInfo getPropertyInfo()
- Specified by:
getPropertyInfoin interfaceIPropertyReference<R,T>
-
getRootFeatureReference
public IFeatureReference getRootFeatureReference()
- Specified by:
getRootFeatureReferencein interfaceIFeatureChain
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-