Uses of Interface
gw.lang.reflect.gs.IExternalSymbolMap
-
Packages that use IExternalSymbolMap Package Description gw.internal.gosu.ir.transform.expression gw.internal.gosu.parser gw.internal.gosu.parser.fragments gw.lang.parser gw.lang.reflect.gs -
-
Uses of IExternalSymbolMap in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IExternalSymbolMap Modifier and Type Method Description static Object
EvalExpressionTransformer. compileAndRunEvalSource(Object source, Object outer, Object[] capturedValues, LazyTypeResolver[] immediateFuncTypeParams, IType enclosingClass, IParsedElement evalExpr, ISymbolTable compileTimeLocalContextSymbols, IExternalSymbolMap runtimeLocalSymbolValues)
-
Uses of IExternalSymbolMap in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser with parameters of type IExternalSymbolMap Modifier and Type Method Description Object
Expression. evaluate(IExternalSymbolMap externalSymbols)
Object
GosuProgram. evaluate(IExternalSymbolMap externalSymbols)
Object
GosuProgram. evaluateRoot(IExternalSymbolMap externalSymbols)
Object
Statement. execute(IExternalSymbolMap externalSymbols)
-
Uses of IExternalSymbolMap in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments with parameters of type IExternalSymbolMap Modifier and Type Method Description Object
GosuFragment. evaluate(IExternalSymbolMap externalSymbols)
Deprecated.Object
GosuFragment. evaluateRoot(IExternalSymbolMap externalSymbols)
Deprecated. -
Uses of IExternalSymbolMap in gw.lang.parser
Classes in gw.lang.parser that implement IExternalSymbolMap Modifier and Type Class Description class
ExternalSymbolMapBase
class
ExternalSymbolMapForMap
class
ExternalSymbolMapSymbolTableWrapper
Methods in gw.lang.parser with parameters of type IExternalSymbolMap Modifier and Type Method Description Object
IExpression. evaluate(IExternalSymbolMap externalSymbols)
Object
IStatement. 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 Object
FragmentInstance. evaluate(IExternalSymbolMap symbols)
Object
IGosuFragment. evaluate(IExternalSymbolMap externalSymbols)
Object
IGosuProgram. evaluate(IExternalSymbolMap externalSymbolMap)
Object
IProgramInstance. evaluate(IExternalSymbolMap symbols)
Object
IGosuFragment. evaluateRoot(IExternalSymbolMap externalSymbols)
Object
IGosuProgram. evaluateRoot(IExternalSymbolMap externalSymbolMap)
Object
IProgramInstance. evaluateRootExpr(IExternalSymbolMap symbols)
Object
FragmentInstance. evaluateRootExpression(IExternalSymbolMap symbols)
-