Uses of Interface
gw.lang.reflect.module.INativeModule
-
Packages that use INativeModule Package Description gw.internal.gosu.module gw.lang.gosuc gw.lang.reflect.module -
-
Uses of INativeModule in gw.internal.gosu.module
Fields in gw.internal.gosu.module declared as INativeModule Modifier and Type Field Description private INativeModuleModule. _nativeModuleMethods in gw.internal.gosu.module with parameters of type INativeModule Modifier and Type Method Description voidModule. setNativeModule(INativeModule nativeModule) -
Uses of INativeModule in gw.lang.gosuc
Classes in gw.lang.gosuc that implement INativeModule Modifier and Type Class Description classGosucModule -
Uses of INativeModule in gw.lang.reflect.module
Methods in gw.lang.reflect.module with parameters of type INativeModule Modifier and Type Method Description voidIModule. setNativeModule(INativeModule nativeModule)
-