Uses of Interface
gw.lang.reflect.gs.IGosuClassRepository
-
Packages that use IGosuClassRepository Package Description gw.internal.gosu.parser gw.lang.reflect.gs -
-
Uses of IGosuClassRepository in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IGosuClassRepository Modifier and Type Class Description classFileSystemGosuClassRepository -
Uses of IGosuClassRepository in gw.lang.reflect.gs
Subinterfaces of IGosuClassRepository in gw.lang.reflect.gs Modifier and Type Interface Description interfaceIFileSystemGosuClassRepositoryFields in gw.lang.reflect.gs declared as IGosuClassRepository Modifier and Type Field Description private IGosuClassRepositoryGosuClassTypeLoader. _repositoryMethods in gw.lang.reflect.gs that return IGosuClassRepository Modifier and Type Method Description IGosuClassRepositoryGosuClassTypeLoader. getRepository()Constructors in gw.lang.reflect.gs with parameters of type IGosuClassRepository Constructor Description GosuClassTypeLoader(IGosuClassRepository repository)GosuClassTypeLoader(IModule module, IGosuClassRepository repository)
-