Uses of Interface
gw.internal.gosu.parser.IGosuProgramInternal
-
Packages that use IGosuProgramInternal Package Description gw.internal.gosu.parser gw.internal.gosu.parser.expressions gw.internal.gosu.template -
-
Uses of IGosuProgramInternal in gw.internal.gosu.parser
Subinterfaces of IGosuProgramInternal in gw.internal.gosu.parser Modifier and Type Interface Description interfaceIGosuTemplateInternalClasses in gw.internal.gosu.parser that implement IGosuProgramInternal Modifier and Type Class Description classGosuProgramMethods in gw.internal.gosu.parser that return IGosuProgramInternal Modifier and Type Method Description static IGosuProgramInternalContextSensitiveCodeRunner. getCachedProgram(String strTypeName)IGosuProgramInternalParsedElement. getGosuProgram()Methods in gw.internal.gosu.parser with parameters of type IGosuProgramInternal Modifier and Type Method Description static voidContextSensitiveCodeRunner. cacheProgram(String strTypeName, IGosuProgramInternal program)voidParsedElement. setGosuProgram(IGosuProgramInternal gosuProgram) -
Uses of IGosuProgramInternal in gw.internal.gosu.parser.expressions
Methods in gw.internal.gosu.parser.expressions that return IGosuProgramInternal Modifier and Type Method Description IGosuProgramInternalEvalExpression. getCachedProgram(String strTypeName)Methods in gw.internal.gosu.parser.expressions with parameters of type IGosuProgramInternal Modifier and Type Method Description voidEvalExpression. cacheProgram(String strTypeName, IGosuProgramInternal gsClass) -
Uses of IGosuProgramInternal in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IGosuProgramInternal Modifier and Type Class Description classGosuTemplateType
-