Package gw.lang.reflect.gs
Class FragmentInstance
- java.lang.Object
-
- gw.lang.reflect.gs.FragmentInstance
-
- All Implemented Interfaces:
IGosuObject
public abstract class FragmentInstance extends java.lang.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 java.lang.Objectevaluate(IExternalSymbolMap symbols)java.lang.ObjectevaluateRootExpression(IExternalSymbolMap symbols)ITypegetIntrinsicType()-
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 java.lang.Object evaluate(IExternalSymbolMap symbols)
-
evaluateRootExpression
public java.lang.Object evaluateRootExpression(IExternalSymbolMap symbols)
-
getIntrinsicType
public IType getIntrinsicType()
- Specified by:
getIntrinsicTypein interfaceIGosuObject
-
-