Uses of Interface
gw.lang.reflect.gs.IGosuProgram
-
Packages that use IGosuProgram Package Description gw.internal.gosu.parser gw.internal.gosu.template gw.lang gw.lang.parser gw.lang.reflect.gs -
-
Uses of IGosuProgram in gw.internal.gosu.parser
Subinterfaces of IGosuProgram in gw.internal.gosu.parser Modifier and Type Interface Description interface
IGosuProgramInternal
interface
IGosuTemplateInternal
Classes in gw.internal.gosu.parser that implement IGosuProgram Modifier and Type Class Description class
GosuProgram
Methods in gw.internal.gosu.parser that return IGosuProgram Modifier and Type Method Description IGosuProgram
GosuIndustrialParkImpl. createProgram(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)
IGosuProgram
GosuIndustrialParkImpl. createProgramForEval(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)
-
Uses of IGosuProgram in gw.internal.gosu.template
Classes in gw.internal.gosu.template that implement IGosuProgram Modifier and Type Class Description class
GosuTemplateType
-
Uses of IGosuProgram in gw.lang
Methods in gw.lang that return IGosuProgram Modifier and Type Method Description static IGosuProgram
GosuShop. createProgram(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)
IGosuProgram
IGosuShop. createProgram(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)
static IGosuProgram
GosuShop. createProgramForEval(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)
IGosuProgram
IGosuShop. createProgramForEval(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)
-
Uses of IGosuProgram in gw.lang.parser
Methods in gw.lang.parser that return IGosuProgram Modifier and Type Method Description IGosuProgram
IParsedElement. getGosuProgram()
IGosuProgram
IParseResult. getProgram()
IGosuProgram
ParseResult. getProgram()
Constructors in gw.lang.parser with parameters of type IGosuProgram Constructor Description ParseResult(IGosuProgram program)
-
Uses of IGosuProgram in gw.lang.reflect.gs
Subinterfaces of IGosuProgram in gw.lang.reflect.gs Modifier and Type Interface Description interface
ITemplateType
-