Uses of Interface
gw.lang.reflect.IConstructorHandler
Packages that use IConstructorHandler
-
Uses of IConstructorHandler in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IConstructorHandlerMethods in gw.internal.gosu.dynamic that return IConstructorHandler -
Uses of IConstructorHandler in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IConstructorHandlerModifier and TypeClassDescriptionclass
private final class
(package private) class
(package private) class
Fields in gw.internal.gosu.parser declared as IConstructorHandlerModifier and TypeFieldDescriptionprivate IConstructorHandler
GosuConstructorInfo._ctorHandler
private IConstructorHandler
JavaConstructorInfo._ctorHandler
Methods in gw.internal.gosu.parser that return IConstructorHandlerModifier and TypeMethodDescriptionErrorTypeInfo.UniversalConstructorInfo.getConstructor()
GosuConstructorInfo.getConstructor()
JavaConstructorInfo.getConstructor()
-
Uses of IConstructorHandler in gw.lang.reflect
Fields in gw.lang.reflect declared as IConstructorHandlerModifier and TypeFieldDescriptionprivate IConstructorHandler
ConstructorInfoBuilder._constructorHandler
private final IConstructorHandler
ConstructorInfoBuilder.BuiltConstructorInfo._constructorHandler
Methods in gw.lang.reflect that return IConstructorHandlerModifier and TypeMethodDescriptionConstructorInfoBuilder.BuiltConstructorInfo.getConstructor()
IConstructorInfo.getConstructor()
Methods in gw.lang.reflect with parameters of type IConstructorHandlerModifier and TypeMethodDescriptionConstructorInfoBuilder.withConstructorHandler
(IConstructorHandler constructorHandler)