Uses of Interface
gw.internal.gosu.parser.IGosuProgramInternal
Packages that use IGosuProgramInternal
Package
Description
-
Uses of IGosuProgramInternal in gw.internal.gosu.ir.transform.expression
Methods in gw.internal.gosu.ir.transform.expression with parameters of type IGosuProgramInternalModifier and TypeMethodDescriptionprivate static void
EvalExpressionTransformer.addCapturedValues
(IGosuProgramInternal gp, List<ICapturedSymbol> capturedSymbols, Object[] capturedValues, List<Object> args) -
Uses of IGosuProgramInternal in gw.internal.gosu.parser
Subinterfaces of IGosuProgramInternal in gw.internal.gosu.parserClasses in gw.internal.gosu.parser that implement IGosuProgramInternalFields in gw.internal.gosu.parser declared as IGosuProgramInternalFields in gw.internal.gosu.parser with type parameters of type IGosuProgramInternalModifier and TypeFieldDescriptionprivate static ConcurrentHashMap<String,
IGosuProgramInternal> ContextSensitiveCodeRunner._cacheProgramByFingerprint
Methods in gw.internal.gosu.parser that return IGosuProgramInternalModifier and TypeMethodDescriptionstatic IGosuProgramInternal
ContextSensitiveCodeRunner.getCachedProgram
(String strTypeName) ParsedElement.getGosuProgram()
private IGosuProgramInternal
GosuProgramParser.makeProgramClass
(ISymbolTable symTable, StringSourceFileHandle sfh) Methods in gw.internal.gosu.parser with parameters of type IGosuProgramInternalModifier and TypeMethodDescriptionstatic void
ContextSensitiveCodeRunner.cacheProgram
(String strTypeName, IGosuProgramInternal program) private void
GosuClassParser.makeExprRootFunction
(IGosuProgramInternal gsClass, FunctionStatement callableStmt) private StatementList
GosuClassParser.makeReturnStatementWithExprRoot
(IGosuProgramInternal gsClass, FunctionStatement callableStmt) private FunctionStatement
GosuClassParser.parseExecutableProgramStatements
(IGosuProgramInternal gsClass) void
ParsedElement.setGosuProgram
(IGosuProgramInternal gosuProgram) -
Uses of IGosuProgramInternal in gw.internal.gosu.parser.expressions
Fields in gw.internal.gosu.parser.expressions with type parameters of type IGosuProgramInternalModifier and TypeFieldDescriptionprivate Map<String,
IGosuProgramInternal> EvalExpression._cacheProgramByFingerprint
Methods in gw.internal.gosu.parser.expressions that return IGosuProgramInternalMethods in gw.internal.gosu.parser.expressions with parameters of type IGosuProgramInternalModifier and TypeMethodDescriptionvoid
EvalExpression.cacheProgram
(String strTypeName, IGosuProgramInternal gsClass) Method parameters in gw.internal.gosu.parser.expressions with type arguments of type IGosuProgramInternalModifier and TypeMethodDescriptionprotected boolean
EvalExpression.ProgramCache.removeEldestEntry
(Map.Entry<String, IGosuProgramInternal> eldest) -
Uses of IGosuProgramInternal in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IGosuProgramInternal