Uses of Class
org.jruby.RubyStruct
Packages that use RubyStruct
-
Uses of RubyStruct in org.jruby
Methods in org.jruby that return RubyStructModifier and TypeMethodDescriptionstatic RubyStruct
RubyStruct.newStruct
(IRubyObject recv, Block block) Deprecated.static RubyStruct
RubyStruct.newStruct
(IRubyObject recv, IRubyObject[] args, Block block) Deprecated.static RubyStruct
RubyStruct.newStruct
(IRubyObject recv, IRubyObject arg0, Block block) Deprecated.static RubyStruct
RubyStruct.newStruct
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) Deprecated.static RubyStruct
RubyStruct.newStruct
(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Deprecated.Methods in org.jruby with parameters of type RubyStructModifier and TypeMethodDescriptionstatic void
RubyStruct.marshalTo
(RubyStruct struct, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static void
RubyStruct.marshalTo
(ThreadContext context, RubyOutputStream out, RubyStruct struct, MarshalDumper output) -
Uses of RubyStruct in org.jruby.api
Methods in org.jruby.api that return RubyStructModifier and TypeMethodDescriptionstatic RubyStruct
Create.newStruct
(ThreadContext context, RubyClass structClass, Block block) Create a new Struct.static RubyStruct
Create.newStruct
(ThreadContext context, RubyClass structClass, IRubyObject[] args, Block block) Create a new Struct (prefer 0-3 arity versions of this function if you know you arity and it is Struct and not a subclass of Struct).static RubyStruct
Create.newStruct
(ThreadContext context, RubyClass structClass, IRubyObject arg0, Block block) Create a new Struct.static RubyStruct
Create.newStruct
(ThreadContext context, RubyClass structClass, IRubyObject arg0, IRubyObject arg1, Block block) Create a new Struct.static RubyStruct
Create.newStruct
(ThreadContext context, RubyClass structClass, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Create a new Struct.
Create.newStruct(ThreadContext, RubyClass, Block)
instead.