Uses of Class
org.jruby.javasupport.proxy.JavaProxyConstructor
Packages that use JavaProxyConstructor
-
Uses of JavaProxyConstructor in org.jruby.javasupport
Methods in org.jruby.javasupport that return JavaProxyConstructorModifier and TypeMethodDescriptionfinal JavaProxyConstructorJava.JCreateMethod.getSignature(int signatureCode) Java.JCreateMethod.matchConstructor(ThreadContext context, JavaProxyConstructor[] constructors, int arity, IRubyObject... args) Methods in org.jruby.javasupport with parameters of type JavaProxyConstructorModifier and TypeMethodDescriptionJava.JCreateMethod.matchConstructor(ThreadContext context, JavaProxyConstructor[] constructors, int arity, IRubyObject... args) final voidJava.JCreateMethod.putSignature(int signatureCode, JavaProxyConstructor callable) -
Uses of JavaProxyConstructor in org.jruby.javasupport.proxy
Methods in org.jruby.javasupport.proxy that return JavaProxyConstructorModifier and TypeMethodDescriptionJavaProxyClass.getConstructor(Class[] args) Deprecated.JavaProxyClass.getConstructors()Deprecated.JavaProxyClass.getConstructors(ThreadContext context)