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 RubyStructRubyStruct.newStruct(IRubyObject recv, Block block) Deprecated.static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject[] args, Block block) Deprecated.static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject arg0, Block block) Deprecated.static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) Deprecated.static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Deprecated.Methods in org.jruby with parameters of type RubyStructModifier and TypeMethodDescriptionstatic voidRubyStruct.marshalTo(RubyStruct struct, MarshalStream output) Deprecated, for removal: This API element is subject to removal in a future version.static voidRubyStruct.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 RubyStructCreate.newStruct(ThreadContext context, RubyClass structClass, Block block) Create a new Struct.static RubyStructCreate.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 RubyStructCreate.newStruct(ThreadContext context, RubyClass structClass, IRubyObject arg0, Block block) Create a new Struct.static RubyStructCreate.newStruct(ThreadContext context, RubyClass structClass, IRubyObject arg0, IRubyObject arg1, Block block) Create a new Struct.static RubyStructCreate.newStruct(ThreadContext context, RubyClass structClass, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) Create a new Struct.
Create.newStruct(ThreadContext, RubyClass, Block)instead.