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 java.lang.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 java.lang.Objectevaluate(java.util.Iterator args)protected abstract java.util.List<IType>getFullArgTypes()protected booleanhasReturn()-
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
-
-
-
-
Method Detail
-
evaluate
protected abstract java.lang.Object evaluate(java.util.Iterator args)
-
getFullArgTypes
protected abstract java.util.List<IType> getFullArgTypes()
-
hasReturn
protected boolean hasReturn()
-
-