Uses of Interface
gw.lang.reflect.gs.ISourceFileHandle
-
Packages that use ISourceFileHandle Package Description gw.lang gw.lang.parser gw.lang.reflect gw.lang.reflect.gs gw.lang.reflect.java gw.lang.reflect.java.asm -
-
Uses of ISourceFileHandle in gw.lang
Methods in gw.lang with parameters of type ISourceFileHandle 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 ISourceFileHandle in gw.lang.parser
Methods in gw.lang.parser that return ISourceFileHandle Modifier and Type Method Description ISourceFileHandleIFileRepositoryBasedType. getSourceFileHandle()Methods in gw.lang.parser with parameters of type ISourceFileHandle Modifier and Type Method Description IGosuClassIGosuParser. parseClass(String strQualifiedClassName, ISourceFileHandle sourceFile, boolean bThrowOnWarnings, boolean bFullyCompile)For use by code editors etc. -
Uses of ISourceFileHandle in gw.lang.reflect
Methods in gw.lang.reflect that return ISourceFileHandle Modifier and Type Method Description default ISourceFileHandleIDefaultTypeLoader. getSouceFileHandle(String qualifiedName)Deprecated.use getSourceFileHandle(String) insteadISourceFileHandleIDefaultTypeLoader. getSourceFileHandle(String qualifiedName) -
Uses of ISourceFileHandle in gw.lang.reflect.gs
Classes in gw.lang.reflect.gs that implement ISourceFileHandle Modifier and Type Class Description classLazyStringSourceFileHandleclassStringSourceFileHandleMethods in gw.lang.reflect.gs that return ISourceFileHandle Modifier and Type Method Description ISourceFileHandleIGosuClassRepository. findClass(String strQualifiedClassName, String[] extensions)Finds the ISourceFileHandle for a given fully-qualified class name, or null if no such source file existsISourceFileHandleIFileSystemGosuClassRepository.IClassFileInfo. getSourceFileHandle()ISourceFileHandleITemplateType. getSourceFileHandle()Methods in gw.lang.reflect.gs with parameters of type ISourceFileHandle Modifier and Type Method Description protected booleanGosuClassTypeLoader. isValidSourceFileHandle(ISourceFileHandle sourceFile)IGosuClassGosuClassTypeLoader. makeNewClass(ISourceFileHandle sourceFile)IGosuClassGosuClassTypeLoader. makeNewClass(ISourceFileHandle sourceFile, ISymbolTable programSymTable) -
Uses of ISourceFileHandle in gw.lang.reflect.java
Methods in gw.lang.reflect.java that return ISourceFileHandle Modifier and Type Method Description ISourceFileHandleErrorJavaClassInfo. getSourceFileHandle()ISourceFileHandleIJavaClassInfo. getSourceFileHandle() -
Uses of ISourceFileHandle in gw.lang.reflect.java.asm
Classes in gw.lang.reflect.java.asm that implement ISourceFileHandle Modifier and Type Class Description classAsmBackingSourceFileHandle
-