Uses of Interface
gw.lang.reflect.gs.IExternalSymbolMap
Packages that use IExternalSymbolMap
Package
Description
-
Uses of IExternalSymbolMap in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IExternalSymbolMapModifier and TypeMethodDescriptionstatic 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 that return IExternalSymbolMapModifier and TypeMethodDescriptionprivate static IExternalSymbolMap
ContextSensitiveCodeRunner.makeRuntimeNamesAndValues
(Object[] extSyms) Methods in gw.internal.gosu.parser with parameters of type IExternalSymbolMapModifier and TypeMethodDescriptionExpression.evaluate
(IExternalSymbolMap externalSymbols) GosuProgram.evaluate
(IExternalSymbolMap externalSymbols) GosuProgram.evaluateRoot
(IExternalSymbolMap externalSymbols) Statement.execute
(IExternalSymbolMap externalSymbols) private Object
GosuProgram.runProgram
(IExternalSymbolMap externalSymbols) -
Uses of IExternalSymbolMap in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments with parameters of type IExternalSymbolMapModifier and TypeMethodDescriptionGosuFragment.evaluate
(IExternalSymbolMap externalSymbols) Deprecated.GosuFragment.evaluateRoot
(IExternalSymbolMap externalSymbols) Deprecated. -
Uses of IExternalSymbolMap in gw.internal.gosu.template
Methods in gw.internal.gosu.template that return IExternalSymbolMapModifier and TypeMethodDescriptionprivate IExternalSymbolMap
TemplateGenerator.extractExternalSymbols
(ISymbolTable compileTimeSymbolTable, ISymbolTable runtimeSymbolTable) -
Uses of IExternalSymbolMap in gw.lang.parser
Classes in gw.lang.parser that implement IExternalSymbolMapModifier and TypeClassDescriptionclass
class
class
Methods in gw.lang.parser with parameters of type IExternalSymbolMapModifier and TypeMethodDescriptionIExpression.evaluate
(IExternalSymbolMap externalSymbols) 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 IExternalSymbolMapModifier and TypeMethodDescriptionabstract Object
FragmentInstance.evaluate
(IExternalSymbolMap symbols) IGosuFragment.evaluate
(IExternalSymbolMap externalSymbols) IGosuProgram.evaluate
(IExternalSymbolMap externalSymbolMap) IProgramInstance.evaluate
(IExternalSymbolMap symbols) IGosuFragment.evaluateRoot
(IExternalSymbolMap externalSymbols) IGosuProgram.evaluateRoot
(IExternalSymbolMap externalSymbolMap) IProgramInstance.evaluateRootExpr
(IExternalSymbolMap symbols) FragmentInstance.evaluateRootExpression
(IExternalSymbolMap symbols)