Package org.jruby
Class RubyStruct.StructMethods
java.lang.Object
org.jruby.RubyStruct.StructMethods
- Enclosing class:
RubyStruct
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectinspect(IRubyObject recv) Deprecated.static IRubyObjectinspect(ThreadContext context, IRubyObject recv) static IRubyObjectkeyword_init_p(IRubyObject self) Deprecated.static IRubyObjectkeyword_init_p(ThreadContext context, IRubyObject self) static IRubyObjectmembers(IRubyObject recv, Block block) Deprecated.static IRubyObjectmembers(ThreadContext context, IRubyObject recv) static IRubyObjectnewStruct(IRubyObject recv, Block block) Deprecated.static IRubyObjectnewStruct(IRubyObject recv, IRubyObject[] args, Block block) Deprecated.static IRubyObjectnewStruct(IRubyObject recv, IRubyObject arg0, Block block) Deprecated.static IRubyObjectnewStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) Deprecated.static IRubyObjectnewStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Deprecated.static IRubyObjectnewStruct(ThreadContext context, IRubyObject recv, Block block) static IRubyObjectnewStruct(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObjectnewStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, Block block) static IRubyObjectnewStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObjectnewStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block)
-
Constructor Details
-
StructMethods
public StructMethods()
-
-
Method Details
-
newStruct
@Deprecated(since="10.0") public static IRubyObject newStruct(IRubyObject recv, IRubyObject[] args, Block block) Deprecated. -
newStruct
public static IRubyObject newStruct(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) -
newStruct
Deprecated. -
newStruct
-
newStruct
@Deprecated(since="10.0") public static IRubyObject newStruct(IRubyObject recv, IRubyObject arg0, Block block) Deprecated. -
newStruct
public static IRubyObject newStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, Block block) -
newStruct
@Deprecated(since="10.0") public static IRubyObject newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) Deprecated. -
newStruct
public static IRubyObject newStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) -
newStruct
@Deprecated(since="10.0") public static IRubyObject newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Deprecated. -
newStruct
public static IRubyObject newStruct(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) -
members
Deprecated. -
members
-
inspect
Deprecated. -
inspect
-
keyword_init_p
Deprecated. -
keyword_init_p
-