Package gw.lang.reflect.gs
Class FragmentInstance
- java.lang.Object
-
- gw.lang.reflect.gs.FragmentInstance
-
- All Implemented Interfaces:
IGosuObject
public abstract class FragmentInstance extends Object implements IGosuObject
-
-
Constructor Summary
Constructors Constructor Description FragmentInstance()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Object
evaluate(IExternalSymbolMap symbols)
Object
evaluateRootExpression(IExternalSymbolMap symbols)
IType
getIntrinsicType()
-
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.gs.IGosuObject
equals, hashCode, toString
-
-
-
-
Method Detail
-
evaluate
public abstract Object evaluate(IExternalSymbolMap symbols)
-
evaluateRootExpression
public Object evaluateRootExpression(IExternalSymbolMap symbols)
-
getIntrinsicType
public IType getIntrinsicType()
- Specified by:
getIntrinsicType
in interfaceIGosuObject
-
-