Uses of Interface
gw.lang.parser.IGosuParser
Packages that use IGosuParser
Package
Description
-
Uses of IGosuParser in editor
Fields in editor declared as IGosuParserMethods in editor that return IGosuParser -
Uses of IGosuParser in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuParserMethods in gw.internal.gosu.parser that return IGosuParserModifier and TypeMethodDescriptionGosuParserFactoryImpl.createParser
(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint) Creates an IGosuParser appropriate for parsing and executing Gosu.GosuParserFactoryImpl.createParser
(String strSource) GosuParserFactoryImpl.createParser
(String strSource, ISymbolTable symTable) Creates an IGosuParser appropriate for parsing and executing Gosu.GosuParserFactoryImpl.createParser
(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint) Creates an IGosuParser appropriate for parsing and executing Gosu.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 -
Uses of IGosuParser in gw.internal.gosu.parser.fragments
Methods in gw.internal.gosu.parser.fragments that return IGosuParser -
Uses of IGosuParser in gw.internal.gosu.template
Methods in gw.internal.gosu.template with parameters of type IGosuParserModifier and TypeMethodDescriptionvoid
TemplateGenerator.verify
(IGosuParser parser) private IProgram
TemplateGenerator.verify
(IGosuParser parser, boolean bDoNotThrowParseResultException) void
TemplateGenerator.verify
(IGosuParser parser, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap) private IProgram
TemplateGenerator.verify
(IGosuParser parser, Map<String, List<IFunctionSymbol>> dfsDeclByName, ITypeUsesMap typeUsesMap, boolean bDoNotThrowParseResultsException) -
Uses of IGosuParser in gw.lang.parser
Fields in gw.lang.parser declared as IGosuParserMethods in gw.lang.parser that return IGosuParserModifier and TypeMethodDescriptionstatic 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.IGosuParserFactory.createParser
(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint) Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParserFactory.createParser
(String strSource) IGosuParserFactory.createParser
(String strSource, ISymbolTable symTable) Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParserFactory.createParser
(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint) IGosuParserFactory.createParser
(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap) IParserPart.getOwner()
ParserOptions.getParser()
Methods in gw.lang.parser with parameters of type IGosuParserModifier and TypeMethodDescriptionstatic IGosuClassParser
GosuParserFactory.createClassParser
(IGosuParser parser) IGosuParserFactory.createClassParser
(IGosuParser parser) void
ParserOptions.setParserOptions
(IGosuParser parser) ParserOptions.withParser
(IGosuParser parser) -
Uses of IGosuParser in gw.lang.parser.template
Methods in gw.lang.parser.template with parameters of type IGosuParser -
Uses of IGosuParser in gw.lang.reflect.gs
Methods in gw.lang.reflect.gs that return IGosuParser