|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyBasicObject
org.jruby.RubyObject
org.jruby.RubyBinding
public class RubyBinding
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jruby.RubyObject |
---|
RubyObject.Data, RubyObject.ObjectMethods |
Nested classes/interfaces inherited from class org.jruby.RubyBasicObject |
---|
RubyBasicObject.BasicObjectMethods, RubyBasicObject.Finalizer |
Field Summary |
---|
Fields inherited from class org.jruby.RubyObject |
---|
OBJECT_ALLOCATOR |
Fields inherited from class org.jruby.RubyBasicObject |
---|
ALL_F, COMPARE_BY_IDENTITY_F, ERR_INSECURE_SET_INST_VAR, FALSE_F, FL_USHIFT, flags, FROZEN_F, metaClass, NEVER, NIL_F, TAINTED_F, UNDEF, UNTRUSTED_F, USER0_F, USER1_F, USER2_F, USER3_F, USER4_F, USER5_F, USER6_F, USER7_F |
Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
---|
NULL_ARRAY |
Constructor Summary | |
---|---|
RubyBinding(Ruby runtime,
RubyClass rubyClass,
Binding binding)
|
Method Summary | |
---|---|
static RubyClass |
createBindingClass(Ruby runtime)
|
IRubyObject |
eval(ThreadContext context,
IRubyObject[] args)
|
Binding |
getBinding()
|
IRubyObject |
initialize_copy(IRubyObject other)
rb_obj_init_copy Initializes this object as a copy of the original, that is the parameter to this object. |
IRubyObject |
initialize(ThreadContext context)
|
static RubyBinding |
newBinding(Ruby runtime)
Deprecated. |
static RubyBinding |
newBinding(Ruby runtime,
Binding binding)
|
static RubyBinding |
newBinding(Ruby runtime,
IRubyObject self)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RubyBinding(Ruby runtime, RubyClass rubyClass, Binding binding)
Method Detail |
---|
public static RubyClass createBindingClass(Ruby runtime)
public Binding getBinding()
public static RubyBinding newBinding(Ruby runtime, Binding binding)
@Deprecated public static RubyBinding newBinding(Ruby runtime)
@Deprecated public static RubyBinding newBinding(Ruby runtime, IRubyObject self)
public IRubyObject initialize(ThreadContext context)
public IRubyObject initialize_copy(IRubyObject other)
RubyObject
initialize_copy
in class RubyObject
public IRubyObject eval(ThreadContext context, IRubyObject[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |