public class KernelJavaAddons extends Object
Constructor and Description |
---|
KernelJavaAddons() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
java_annotation(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
java_field(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
java_implements(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
java_name(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
java_package(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
java_require(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
java_signature(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
rbRaise(ThreadContext context,
IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
to_java(ThreadContext context,
IRubyObject fromObject) |
static IRubyObject |
to_java(ThreadContext context,
IRubyObject fromObject,
IRubyObject type) |
public static IRubyObject rbRaise(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject to_java(ThreadContext context, IRubyObject fromObject)
public static IRubyObject to_java(ThreadContext context, IRubyObject fromObject, IRubyObject type)
public static IRubyObject java_signature(IRubyObject recv, IRubyObject[] args)
public static IRubyObject java_name(IRubyObject recv, IRubyObject[] args)
public static IRubyObject java_implements(IRubyObject recv, IRubyObject[] args)
public static IRubyObject java_annotation(IRubyObject recv, IRubyObject[] args)
public static IRubyObject java_require(IRubyObject recv, IRubyObject[] args)
public static IRubyObject java_package(IRubyObject recv, IRubyObject[] args)
public static IRubyObject java_field(IRubyObject recv, IRubyObject[] args)
Copyright © 2001-2017 JRuby. All Rights Reserved.