Uses of Class
gw.internal.gosu.parser.GosuParser
-
Packages that use GosuParser Package Description gw.internal.gosu.parser gw.internal.gosu.parser.fragments gw.internal.gosu.template -
-
Uses of GosuParser in gw.internal.gosu.parser
Methods in gw.internal.gosu.parser that return GosuParser Modifier and Type Method 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 !!Methods in gw.internal.gosu.parser with parameters of type GosuParser Modifier and Type Method Description protected boolean
GosuClassParseInfo. addDefaultConstructor(ISymbolTable symbolTable, GosuParser parser)
void
GosuClass. assignTypeUsesMap(GosuParser parser)
void
ICompilableTypeInternal. assignTypeUsesMap(GosuParser parser)
void
IGosuClassInternal. assignTypeUsesMap(GosuParser parser)
boolean
GosuClass. ensureDefaultConstructor(ISymbolTable symbolTable, GosuParser parser)
boolean
IGosuClassInternal. ensureDefaultConstructor(ISymbolTable symbolTable, 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(GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
void
GosuClass. putClassMembers(GosuClassTypeLoader loader, GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
void
GosuClass. putClassMembers(GosuClassTypeLoader loader, GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic, boolean bStaticImport)
void
ICompilableTypeInternal. putClassMembers(GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
void
ICompilableTypeInternal. putClassMembers(GosuClassTypeLoader loader, GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
void
IGosuClassInternal. putClassMembers(GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
void
IGosuClassInternal. putClassMembers(GosuClassTypeLoader loader, GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
void
IGosuClassInternal. putClassMembers(GosuClassTypeLoader loader, GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic, boolean bStaticImport)
void
GosuClass. setEditorParser(GosuParser parser)
!! Used only when compiling from an edtior !!void
IGosuClassInternal. setEditorParser(GosuParser parser)
protected void
ParserBase. setOwner(GosuParser owner)
Constructors in gw.internal.gosu.parser with parameters of type GosuParser Constructor Description GosuClassParser(GosuParser owner)
ParserBase(GosuParser owner)
-
Uses of GosuParser in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments with parameters of type GosuParser Modifier and Type Method Description void
GosuFragment. assignTypeUsesMap(GosuParser parser)
Deprecated.void
GosuFragment. putClassMembers(GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
Deprecated.void
GosuFragment. putClassMembers(GosuClassTypeLoader loader, GosuParser owner, ISymbolTable table, IGosuClassInternal gsContextClass, boolean bStatic)
Deprecated. -
Uses of GosuParser in gw.internal.gosu.template
Methods in gw.internal.gosu.template that return GosuParser Modifier and Type Method Description protected GosuParser
GosuTemplateType. getOrCreateParser(CompiledGosuClassSymbolTable symbolTable)
-