Uses of Interface
gw.lang.parser.ITypeUsesMap
-
Packages that use ITypeUsesMap Package Description gw.lang gw.lang.parser gw.lang.reflect gw.lang.reflect.gs -
-
Uses of ITypeUsesMap in gw.lang
Methods in gw.lang that return ITypeUsesMap Modifier and Type Method Description static ITypeUsesMapGosuShop. createTypeUsesMap(List<String> specialTypeUses)ITypeUsesMapIGosuShop. createTypeUsesMap(List<String> specialTypeUses)Methods in gw.lang with parameters of type ITypeUsesMap Modifier and Type Method Description static IGosuClassGosuShop. createClass(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)IGosuClassIGosuShop. createClass(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)static IGosuEnhancementGosuShop. createEnhancement(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)IGosuEnhancementIGosuShop. createEnhancement(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap)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)static ITemplateTypeGosuShop. createTemplate(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable)ITemplateTypeIGosuShop. createTemplate(String strNamespace, String strRelativeName, GosuClassTypeLoader loader, ISourceFileHandle sourceFile, ITypeUsesMap typeUsesMap, ISymbolTable symTable) -
Uses of ITypeUsesMap in gw.lang.parser
Methods in gw.lang.parser that return ITypeUsesMap Modifier and Type Method Description ITypeUsesMapITypeUsesMap. copy()Returns a shallow copy of this map.ITypeUsesMapITypeUsesMap. copyLocalScope()Copies the type uses map but alias the global map from this.ITypeUsesMapIGosuParser. getTypeUsesMap()Get the type uses map.ITypeUsesMapParserOptions. getTypeUsesMap()ITypeUsesMapITypeUsesMap. lock()Locks this ITypeUsesMap so that it cannot be mutated in the futureMethods in gw.lang.parser with parameters of type ITypeUsesMap Modifier and Type Method Description static IGosuParserGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParserIGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)voidIGosuParser. setTypeUsesMap(ITypeUsesMap typeUsesMap)Set the type uses map.ParserOptionsParserOptions. withTypeUsesMap(ITypeUsesMap typeUsesMap) -
Uses of ITypeUsesMap in gw.lang.reflect
Methods in gw.lang.reflect that return ITypeUsesMap Modifier and Type Method Description ITypeUsesMapIEntityAccess. getDefaultTypeUses()Get a set of type names that are automatically importedstatic ITypeUsesMapTypeSystem. getDefaultTypeUsesMap()Methods in gw.lang.reflect with parameters of type ITypeUsesMap Modifier and Type Method Description ITypeITypeSystem. getByRelativeName(String relativeName, ITypeUsesMap typeUses)Gets an intrinsic type based on a relative name.static ITypeTypeSystem. getByRelativeName(String relativeName, ITypeUsesMap typeUses)Gets an intrinsic type based on a relative name.ITypeITypeSystem. parseType(String typeString, ITypeUsesMap typeUsesMap)ITypeITypeSystem. parseType(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeTypeSystem. parseType(String typeString, ITypeUsesMap typeUsesMap)static ITypeTypeSystem. parseType(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)ITypeLiteralExpressionITypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)static ITypeLiteralExpressionTypeSystem. parseTypeExpression(String typeString, TypeVarToTypeMap actualParamByVarName, ITypeUsesMap typeUsesMap)Constructors in gw.lang.reflect with parameters of type ITypeUsesMap Constructor Description LazyType(CharSequence typeName, ITypeUsesMap typeUsesMap) -
Uses of ITypeUsesMap in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return ITypeUsesMap Modifier and Type Method Description protected ITypeUsesMapGosuClassTypeLoader. getTypeUsesMap()ITypeUsesMapICompilableType. getTypeUsesMap()ITypeUsesMapStringSourceFileHandle. getTypeUsesMap()Methods in gw.lang.reflect.gs with parameters of type ITypeUsesMap Modifier and Type Method Description voidStringSourceFileHandle. setTypeUsesMap(ITypeUsesMap typeUsesMap)
-