Uses of Class
gw.lang.reflect.module.Dependency
-
Packages that use Dependency Package Description gw.internal.gosu.module gw.lang.gosuc gw.lang.reflect.module -
-
Uses of Dependency in gw.internal.gosu.module
Fields in gw.internal.gosu.module with type parameters of type Dependency Modifier and Type Field Description private java.util.List<Dependency>Module. _dependenciesMethods in gw.internal.gosu.module that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>Module. getDependencies()Methods in gw.internal.gosu.module with parameters of type Dependency Modifier and Type Method Description voidModule. addDependency(Dependency d)voidModule. removeDependency(Dependency d)Method parameters in gw.internal.gosu.module with type arguments of type Dependency Modifier and Type Method Description voidModule. setDependencies(java.util.List<Dependency> newDeps) -
Uses of Dependency in gw.lang.gosuc
Method parameters in gw.lang.gosuc with type arguments of type Dependency Modifier and Type Method Description private java.util.List<GosucDependency>GosucProject. makeDependencies(java.util.List<Dependency> dependencies) -
Uses of Dependency in gw.lang.reflect.module
Methods in gw.lang.reflect.module that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>IModule. getDependencies()Methods in gw.lang.reflect.module with parameters of type Dependency Modifier and Type Method Description voidIModule. addDependency(Dependency dependency)voidIModule. removeDependency(Dependency d)Method parameters in gw.lang.reflect.module with type arguments of type Dependency Modifier and Type Method Description voidIModule. setDependencies(java.util.List<Dependency> newDeps)
-