Uses of Interface
gw.lang.reflect.IMethodCallHandler
-
Packages that use IMethodCallHandler Package Description gw.internal.gosu.dynamic gw.internal.gosu.parser gw.lang.reflect -
-
Uses of IMethodCallHandler in gw.internal.gosu.dynamic
Classes in gw.internal.gosu.dynamic that implement IMethodCallHandler Modifier and Type Class Description classDynamicMethodInfoMethods in gw.internal.gosu.dynamic that return IMethodCallHandler Modifier and Type Method Description IMethodCallHandlerDynamicMethodInfo. getCallHandler() -
Uses of IMethodCallHandler in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IMethodCallHandler Modifier and Type Class Description (package private) classArrayExpansionMethodInfo.ArrayExpansionCallHandlerprivate classGosuMethodInfo.GosuMethodCallHandlerprivate classGosuMethodInfo.ReflectiveMethodCallHandlerclassMethodCallAdapterHandles Gosu->Java method call adaptationFields in gw.internal.gosu.parser declared as IMethodCallHandler Modifier and Type Field Description private IMethodCallHandlerArrayExpansionMethodInfo. _callHandlerprivate IMethodCallHandlerGosuMethodInfo. _callHandlerprivate IMethodCallHandlerJavaMethodInfo. _callHandlerMethods in gw.internal.gosu.parser that return IMethodCallHandler Modifier and Type Method Description IMethodCallHandlerArrayExpansionMethodInfo. getCallHandler()IMethodCallHandlerErrorTypeInfo.UniversalMethodInfo. getCallHandler()IMethodCallHandlerGosuMethodInfo. getCallHandler()IMethodCallHandlerJavaMethodInfo. getCallHandler() -
Uses of IMethodCallHandler in gw.lang.reflect
Classes in gw.lang.reflect that implement IMethodCallHandler Modifier and Type Class Description private classMetaMethodInfoDelegate.MetaMethodInfoDelegateCallHandlerFields in gw.lang.reflect declared as IMethodCallHandler Modifier and Type Field Description private IMethodCallHandlerMethodInfoBuilder. _callHandlerprivate IMethodCallHandlerMethodInfoBuilder.BuiltMethodInfo. _callHandlerprivate IMethodCallHandlerSimpleMethodInfo. _callHandlerprivate static IMethodCallHandlerMethodInfoBuilder. EMPTY_CALL_HANDLERMethods in gw.lang.reflect that return IMethodCallHandler Modifier and Type Method Description IMethodCallHandlerIMethodInfo. getCallHandler()IMethodCallHandlerMetaMethodInfoDelegate. getCallHandler()IMethodCallHandlerMethodInfoBuilder.BuiltMethodInfo. getCallHandler()IMethodCallHandlerMethodInfoDelegate. getCallHandler()IMethodCallHandlerSimpleMethodInfo. getCallHandler()Methods in gw.lang.reflect with parameters of type IMethodCallHandler Modifier and Type Method Description MethodInfoBuilderMethodInfoBuilder. withCallHandler(IMethodCallHandler callHandler)
-