Package org.jruby
Class RubyStruct.StructMethods
java.lang.Object
org.jruby.RubyStruct.StructMethods
- Enclosing class:
RubyStruct
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
inspect
(IRubyObject recv) Deprecated.static IRubyObject
inspect
(ThreadContext context, IRubyObject recv) static IRubyObject
keyword_init_p
(IRubyObject self) Deprecated.static IRubyObject
keyword_init_p
(ThreadContext context, IRubyObject self) static IRubyObject
members
(IRubyObject recv, Block block) Deprecated.static IRubyObject
members
(ThreadContext context, IRubyObject recv) static IRubyObject
newStruct
(IRubyObject recv, Block block) Deprecated.static IRubyObject
newStruct
(IRubyObject recv, IRubyObject[] args, Block block) Deprecated.static IRubyObject
newStruct
(IRubyObject recv, IRubyObject arg0, Block block) Deprecated.static IRubyObject
newStruct
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) Deprecated.static IRubyObject
newStruct
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Deprecated.static IRubyObject
newStruct
(ThreadContext context, IRubyObject recv, Block block) static IRubyObject
newStruct
(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block) static IRubyObject
newStruct
(ThreadContext context, IRubyObject recv, IRubyObject arg0, Block block) static IRubyObject
newStruct
(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) static IRubyObject
newStruct
(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
-