Uses of Interface
gw.lang.parser.IGosuParserFactory
-
Packages that use IGosuParserFactory Package Description gw.config gw.internal.gosu.parser -
-
Uses of IGosuParserFactory in gw.config
Methods in gw.config that return IGosuParserFactory Modifier and Type Method Description static IGosuParserFactory
CommonServices. getGosuParserFactory()
-
Uses of IGosuParserFactory in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuParserFactory Modifier and Type Class Description class
GosuParserFactoryImpl
Defines a factory for constructing concrete IGosuParser implementations.
-