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 interface
IGosuTemplateInternal
Classes in gw.internal.gosu.parser that implement IGosuProgramInternal Modifier and Type Class Description class
GosuProgram
Methods in gw.internal.gosu.parser that return IGosuProgramInternal Modifier and Type Method Description static IGosuProgramInternal
ContextSensitiveCodeRunner. getCachedProgram(String strTypeName)
IGosuProgramInternal
ParsedElement. getGosuProgram()
Methods in gw.internal.gosu.parser with parameters of type IGosuProgramInternal Modifier and Type Method Description static void
ContextSensitiveCodeRunner. cacheProgram(String strTypeName, IGosuProgramInternal program)
void
ParsedElement. 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 IGosuProgramInternal
EvalExpression. getCachedProgram(String strTypeName)
Methods in gw.internal.gosu.parser.expressions with parameters of type IGosuProgramInternal Modifier and Type Method Description void
EvalExpression. 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 class
GosuTemplateType
-