Uses of Interface
gw.lang.reflect.gs.IGosuProgram
-
Packages that use IGosuProgram Package Description gw.lang gw.lang.parser gw.lang.reflect.gs -
-
Uses of IGosuProgram in gw.lang
Methods in gw.lang that return IGosuProgram Modifier and Type Method Description static IGosuProgramGosuShop. createProgram(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)IGosuProgramIGosuShop. createProgram(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)static IGosuProgramGosuShop. createProgramForEval(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)IGosuProgramIGosuShop. 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 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
-