Package gw.lang.reflect.gs
Interface IProgramInstance
-
- All Known Subinterfaces:
IManagedProgramInstance
public interface IProgramInstance
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
evaluate(IExternalSymbolMap symbols)
Object
evaluateRootExpr(IExternalSymbolMap symbols)
-
-
-
Method Detail
-
evaluate
Object evaluate(IExternalSymbolMap symbols)
-
evaluateRootExpr
Object evaluateRootExpr(IExternalSymbolMap symbols)
-
-