| Package | Description |
|---|---|
| gw.internal.gosu.parser | |
| gw.internal.gosu.parser.fragments | |
| gw.internal.gosu.template |
| Modifier and Type | Method and Description |
|---|---|
protected GosuParser |
GosuClass.getOrCreateParser(CompiledGosuClassSymbolTable symbolTable) |
protected GosuParser |
GosuProgram.getOrCreateParser(CompiledGosuClassSymbolTable symbolTable) |
GosuParser |
ParserBase.getOwner() |
GosuParser |
GosuClass.getParser()
!! The parser is only set when this class is parsed in an editor in an IDE !!
|
| Modifier and Type | Method and Description |
|---|---|
void |
GosuClass.assignTypeUsesMap(GosuParser parser) |
void |
ICompilableTypeInternal.assignTypeUsesMap(GosuParser parser) |
void |
IGosuClassInternal.assignTypeUsesMap(GosuParser parser) |
IFunctionType |
GosuParser.getFunctionType(IType classBean,
String functionName,
Expression[] eArgs,
List<IFunctionType> listAllMatchingMethods,
GosuParser parser,
boolean bMatchParamTypes) |
static void |
GosuClassParser.parseAnonymousInnerClass(GosuParser gosuParser,
IGosuClassInternal innerGsClass) |
void |
GosuClass.putClassMembers(GosuClassTypeLoader loader,
GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic) |
void |
ICompilableTypeInternal.putClassMembers(GosuClassTypeLoader loader,
GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic) |
void |
IGosuClassInternal.putClassMembers(GosuClassTypeLoader loader,
GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic) |
void |
GosuClass.putClassMembers(GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic) |
void |
ICompilableTypeInternal.putClassMembers(GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic) |
void |
IGosuClassInternal.putClassMembers(GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic) |
void |
GosuClass.setEditorParser(GosuParser parser)
!! Used only when compiling from an edtior !!
|
void |
IGosuClassInternal.setEditorParser(GosuParser parser) |
protected void |
ParserBase.setOwner(GosuParser owner) |
| Constructor and Description |
|---|
GosuClassParser(GosuParser owner) |
ParserBase(GosuParser owner) |
| Modifier and Type | Method and Description |
|---|---|
void |
GosuFragment.assignTypeUsesMap(GosuParser parser)
Deprecated.
|
void |
GosuFragment.putClassMembers(GosuClassTypeLoader loader,
GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic)
Deprecated.
|
void |
GosuFragment.putClassMembers(GosuParser owner,
ISymbolTable table,
IGosuClassInternal gsContextClass,
boolean bStatic)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected GosuParser |
GosuTemplateType.getOrCreateParser(CompiledGosuClassSymbolTable symbolTable) |
Copyright © 2015. All rights reserved.