Uses of Interface
gw.lang.parser.IGosuParser
-
Packages that use IGosuParser Package Description gw.lang.parser gw.lang.parser.template gw.lang.reflect.gs -
-
Uses of IGosuParser in gw.lang.parser
Methods in gw.lang.parser that return IGosuParser Modifier and Type Method Description static IGosuParserGosuParserFactory. createParser(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)Creates an IGosuParser appropriate for parsing and executing Gosu.static IGosuParserGosuParserFactory. createParser(String strSource)static IGosuParserGosuParserFactory. createParser(String strSource, ISymbolTable symTable)Creates an IGosuParser appropriate for parsing and executing Gosu.static IGosuParserGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)Creates an IGosuParser appropriate for parsing and executing Gosu.static IGosuParserGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParserIGosuParserFactory. createParser(ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParserIGosuParserFactory. createParser(String strSource)IGosuParserIGosuParserFactory. createParser(String strSource, ISymbolTable symTable)Creates an IGosuParser appropriate for parsing and executing Gosu.IGosuParserIGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint)IGosuParserIGosuParserFactory. createParser(String strSource, ISymbolTable symTable, IScriptabilityModifier scriptabilityConstraint, ITypeUsesMap tuMap)IGosuParserIParserPart. getOwner()IGosuParserParserOptions. getParser()Methods in gw.lang.parser with parameters of type IGosuParser Modifier and Type Method Description static IGosuClassParserGosuParserFactory. createClassParser(IGosuParser parser)IGosuClassParserIGosuParserFactory. createClassParser(IGosuParser parser)voidParserOptions. setParserOptions(IGosuParser parser)ParserOptionsParserOptions. 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 voidITemplateGenerator. 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 IGosuParserICompilableType. getParser()
-