Uses of Interface
gw.lang.reflect.gs.IExternalSymbolMap
-
Packages that use IExternalSymbolMap Package Description gw.lang.parser gw.lang.reflect.gs -
-
Uses of IExternalSymbolMap in gw.lang.parser
Classes in gw.lang.parser that implement IExternalSymbolMap Modifier and Type Class Description classExternalSymbolMapBaseclassExternalSymbolMapForMapclassExternalSymbolMapSymbolTableWrapperMethods in gw.lang.parser with parameters of type IExternalSymbolMap Modifier and Type Method Description ObjectIExpression. evaluate(IExternalSymbolMap externalSymbols)ObjectIStatement. execute(IExternalSymbolMap externalSymbols)Execute this statement. -
Uses of IExternalSymbolMap in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs with parameters of type IExternalSymbolMap Modifier and Type Method Description abstract ObjectFragmentInstance. evaluate(IExternalSymbolMap symbols)ObjectIGosuFragment. evaluate(IExternalSymbolMap externalSymbols)ObjectIGosuProgram. evaluate(IExternalSymbolMap externalSymbolMap)ObjectIProgramInstance. evaluate(IExternalSymbolMap symbols)ObjectIGosuFragment. evaluateRoot(IExternalSymbolMap externalSymbols)ObjectIGosuProgram. evaluateRoot(IExternalSymbolMap externalSymbolMap)ObjectIProgramInstance. evaluateRootExpr(IExternalSymbolMap symbols)ObjectFragmentInstance. evaluateRootExpression(IExternalSymbolMap symbols)
-