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 interfaceIGosuProgramInternalinterfaceIGosuTemplateInternalClasses in gw.internal.gosu.parser that implement IGosuProgram Modifier and Type Class Description classGosuProgramMethods in gw.internal.gosu.parser that return IGosuProgram Modifier and Type Method Description IGosuProgramGosuIndustrialParkImpl. createProgram(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)IGosuProgramGosuIndustrialParkImpl. createProgramForEval(java.lang.String strNamespace, java.lang.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 classGosuTemplateType -
Uses of IGosuProgram in gw.lang
Methods in gw.lang that return IGosuProgram Modifier and Type Method Description static IGosuProgramGosuShop. createProgram(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)IGosuProgramIGosuShop. createProgram(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)static IGosuProgramGosuShop. createProgramForEval(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)IGosuProgramIGosuShop. createProgramForEval(java.lang.String strNamespace, java.lang.String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable) -
Uses of IGosuProgram in gw.lang.parser
Fields in gw.lang.parser declared as IGosuProgram Modifier and Type Field Description private IGosuProgramParseResult. _programMethods in gw.lang.parser that return IGosuProgram Modifier and Type Method Description IGosuProgramIParsedElement. getGosuProgram()IGosuProgramIParseResult. getProgram()IGosuProgramParseResult. 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 interfaceITemplateType
-