public class Module
extends java.lang.Object
| Constructor and Description |
|---|
Module() |
| Modifier and Type | Method and Description |
|---|---|
static void |
define(Ruby runtime) |
static IRubyObject |
import_(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
include_package(ThreadContext context,
IRubyObject self,
IRubyObject pkg) |
static IRubyObject |
java_alias(ThreadContext context,
IRubyObject self,
IRubyObject new_id,
IRubyObject old_id) |
static IRubyObject |
java_import(ThreadContext context,
IRubyObject self,
IRubyObject[] args,
Block block) |
static IRubyObject |
java_import(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
public static void define(Ruby runtime)
public static IRubyObject import_(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject java_import(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject java_import(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
public static IRubyObject java_alias(ThreadContext context, IRubyObject self, IRubyObject new_id, IRubyObject old_id)
public static IRubyObject include_package(ThreadContext context, IRubyObject self, IRubyObject pkg)
Copyright © 2001-2022 JRuby. All Rights Reserved.