| Package | Description |
|---|---|
| gw.lang | |
| gw.lang.parser | |
| gw.lang.reflect | |
| gw.lang.reflect.gs | |
| gw.lang.reflect.java |
| Modifier and Type | Method and Description |
|---|---|
IGosuClass |
IGosuShop.createClass(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap) |
static IGosuClass |
GosuShop.createClass(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap) |
IGosuEnhancement |
IGosuShop.createEnhancement(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap) |
static IGosuEnhancement |
GosuShop.createEnhancement(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap) |
IGosuProgram |
IGosuShop.createProgram(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap,
ISymbolTable symTable) |
static IGosuProgram |
GosuShop.createProgram(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) |
static IGosuProgram |
GosuShop.createProgramForEval(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap,
ISymbolTable symTable) |
ITemplateType |
IGosuShop.createTemplate(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap,
ISymbolTable symTable) |
static ITemplateType |
GosuShop.createTemplate(String strNamespace,
String strRelativeName,
GosuClassTypeLoader loader,
ISourceFileHandle sourceFile,
ITypeUsesMap typeUsesMap,
ISymbolTable symTable) |
| Modifier and Type | Method and Description |
|---|---|
ISourceFileHandle |
IFileRepositoryBasedType.getSourceFileHandle() |
| Modifier and Type | Method and Description |
|---|---|
IGosuClass |
IGosuParser.parseClass(String strQualifiedClassName,
ISourceFileHandle sourceFile,
boolean bThrowOnWarnings,
boolean bFullyCompile)
For use by code editors etc.
|
| Modifier and Type | Method and Description |
|---|---|
ISourceFileHandle |
IDefaultTypeLoader.getSouceFileHandle(String qualifiedName) |
| Modifier and Type | Class and Description |
|---|---|
class |
StringSourceFileHandle |
| Modifier and Type | Method and Description |
|---|---|
ISourceFileHandle |
IGosuClassRepository.findClass(String strQualifiedClassName,
String[] extensions)
Finds the ISourceFileHandle for a given fully-qualified class name, or null if no such source file exists
|
ISourceFileHandle |
ITemplateType.getSourceFileHandle() |
ISourceFileHandle |
IFileSystemGosuClassRepository.IClassFileInfo.getSourceFileHandle() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
GosuClassTypeLoader.isValidSourceFileHandle(ISourceFileHandle sourceFile) |
IGosuClass |
GosuClassTypeLoader.makeNewClass(ISourceFileHandle sourceFile) |
IGosuClass |
GosuClassTypeLoader.makeNewClass(ISourceFileHandle sourceFile,
ISymbolTable programSymTable) |
| Modifier and Type | Method and Description |
|---|---|
ISourceFileHandle |
IJavaClassInfo.getSourceFileHandle() |
ISourceFileHandle |
ErrorJavaClassInfo.getSourceFileHandle() |
Copyright © 2019. All rights reserved.