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 voidEvalExpressionTransformer.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._cacheProgramByFingerprintMethods in gw.internal.gosu.parser that return IGosuProgramInternalModifier and TypeMethodDescriptionstatic IGosuProgramInternalContextSensitiveCodeRunner.getCachedProgram(String strTypeName) ParsedElement.getGosuProgram()private IGosuProgramInternalGosuProgramParser.makeProgramClass(ISymbolTable symTable, StringSourceFileHandle sfh) Methods in gw.internal.gosu.parser with parameters of type IGosuProgramInternalModifier and TypeMethodDescriptionstatic voidContextSensitiveCodeRunner.cacheProgram(String strTypeName, IGosuProgramInternal program) private voidGosuClassParser.makeExprRootFunction(IGosuProgramInternal gsClass, FunctionStatement callableStmt) private StatementListGosuClassParser.makeReturnStatementWithExprRoot(IGosuProgramInternal gsClass, FunctionStatement callableStmt) private FunctionStatementGosuClassParser.parseExecutableProgramStatements(IGosuProgramInternal gsClass) voidParsedElement.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._cacheProgramByFingerprintMethods in gw.internal.gosu.parser.expressions that return IGosuProgramInternalMethods in gw.internal.gosu.parser.expressions with parameters of type IGosuProgramInternalModifier and TypeMethodDescriptionvoidEvalExpression.cacheProgram(String strTypeName, IGosuProgramInternal gsClass) Method parameters in gw.internal.gosu.parser.expressions with type arguments of type IGosuProgramInternalModifier and TypeMethodDescriptionprotected booleanEvalExpression.ProgramCache.removeEldestEntry(Map.Entry<String, IGosuProgramInternal> eldest) -
Uses of IGosuProgramInternal in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IGosuProgramInternal