Uses of Interface
gw.lang.parser.IGosuParser
-
Packages that use IGosuParser Package Description editor gw.internal.gosu.parser gw.internal.gosu.parser.fragments gw.internal.gosu.template gw.lang.parser gw.lang.parser.template gw.lang.reflect.gs -
-
Uses of IGosuParser in editor
Methods in editor that return IGosuParser Modifier and Type Method Description IGosuParser
GosuEditor. getParser()
IGosuParser
IGosuPanel. getParser()
-
Uses of IGosuParser in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuParser Modifier and Type Class Description class
GosuParser
Methods in gw.internal.gosu.parser that return IGosuParser Modifier and Type Method Description IGosuParser
GosuParserFactoryImpl. createParser(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParser
GosuParserFactoryImpl. createParser(String strSource)
IGosuParser
GosuParserFactoryImpl. createParser(String strSource, ISymbolTable symTable)
Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParser
GosuParserFactoryImpl. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParser
GosuParserFactoryImpl. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)
Creates an IGosuParser appropriate for parsing and executing Gosu.Methods in gw.internal.gosu.parser with parameters of type IGosuParser Modifier and Type Method Description IGosuClassParser
GosuParserFactoryImpl. createClassParser(IGosuParser parser)
-
Uses of IGosuParser in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IGosuParser Modifier and Type Method Description IGosuParser
GosuFragment. getParser()
Deprecated. -
Uses of IGosuParser in gw.internal.gosu.template
Methods in gw.internal.gosu.template with parameters of type IGosuParser Modifier and Type Method Description void
TemplateGenerator. verify(IGosuParser parser)
void
TemplateGenerator. verify(IGosuParser parser, Map<String,List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap)
-
Uses of IGosuParser in gw.lang.parser
Methods in gw.lang.parser that return IGosuParser Modifier and Type Method Description static IGosuParser
GosuParserFactory. createParser(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.static IGosuParser
GosuParserFactory. createParser(String strSource)
static IGosuParser
GosuParserFactory. createParser(String strSource, ISymbolTable symTable)
Creates an IGosuParser appropriate for parsing and executing Gosu.static IGosuParser
GosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.static IGosuParser
GosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)
Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParser
IGosuParserFactory. createParser(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParser
IGosuParserFactory. createParser(String strSource)
IGosuParser
IGosuParserFactory. createParser(String strSource, ISymbolTable symTable)
Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParser
IGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)
IGosuParser
IGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)
IGosuParser
IParserPart. getOwner()
IGosuParser
ParserOptions. getParser()
Methods in gw.lang.parser with parameters of type IGosuParser Modifier and Type Method Description static IGosuClassParser
GosuParserFactory. createClassParser(IGosuParser parser)
IGosuClassParser
IGosuParserFactory. createClassParser(IGosuParser parser)
void
ParserOptions. setParserOptions(IGosuParser parser)
ParserOptions
ParserOptions. withParser(IGosuParser parser)
-
Uses of IGosuParser in gw.lang.parser.template
Methods in gw.lang.parser.template with parameters of type IGosuParser Modifier and Type Method Description void
ITemplateGenerator. verify(IGosuParser parser)
-
Uses of IGosuParser in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IGosuParser Modifier and Type Method Description IGosuParser
ICompilableType. getParser()
-