public static class InterfaceJavaProxy.JavaInterfaceExtender extends Object
Constructor and Description |
---|
InterfaceJavaProxy.JavaInterfaceExtender() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
extend_proxy(ThreadContext context,
IRubyObject self,
IRubyObject proxyClass) |
static IRubyObject |
initialize(ThreadContext context,
IRubyObject self,
IRubyObject javaClassName,
Block block) |
public InterfaceJavaProxy.JavaInterfaceExtender()
public static IRubyObject initialize(ThreadContext context, IRubyObject self, IRubyObject javaClassName, Block block)
public static IRubyObject extend_proxy(ThreadContext context, IRubyObject self, IRubyObject proxyClass)
Copyright © 2001-2016 JRuby. All Rights Reserved.