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) static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject[] args, Block block) Create new Structure.static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject arg0, Block block) static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, Block block) static RubyStructRubyStruct.newStruct(IRubyObject recv, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) static RubyStructRubyStruct.unmarshalFrom(UnmarshalStream input) Methods in org.jruby with parameters of type RubyStructModifier and TypeMethodDescriptionRubyStruct.InspectRecursive.call(ThreadContext context, RubyStruct self, IRubyObject obj, boolean recur) static voidRubyStruct.marshalTo(RubyStruct struct, MarshalStream output) private static IRubyObjectRubyStruct.size(ThreadContext context, RubyStruct recv, IRubyObject[] args) A size method suitable for lambda method reference implementation ofRubyEnumerator.SizeFn.size(ThreadContext, IRubyObject, IRubyObject[])