public static class InterfaceJavaProxy.JavaInterfaceExtender
extends java.lang.Object
Constructor and Description |
---|
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 static IRubyObject initialize(ThreadContext context, IRubyObject self, IRubyObject javaClassName, Block block)
public static IRubyObject extend_proxy(ThreadContext context, IRubyObject self, IRubyObject proxyClass)
Copyright © 2001-2017 JRuby. All Rights Reserved.