Package gw.lang.reflect.features
Class FeatureReference<R,T>
- java.lang.Object
-
- gw.lang.reflect.features.FeatureReference<R,T>
-
- All Implemented Interfaces:
IFeatureReference<R,T>
- Direct Known Subclasses:
BoundMethodReference
,BoundPropertyChainReference
,BoundPropertyReference
,ConstructorReference
,MethodReference
,PropertyChainReference
,PropertyReference
public abstract class FeatureReference<R,T> extends Object implements IFeatureReference<R,T>
-
-
Constructor Summary
Constructors Constructor Description FeatureReference()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Object
evaluate(Iterator args)
protected abstract List<IType>
getFullArgTypes()
protected boolean
hasReturn()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.features.IFeatureReference
getFeatureInfo, getRootType
-
-