Uses of Class
org.jruby.RubyStruct

Packages that use RubyStruct
org.jruby   
 

Uses of RubyStruct in org.jruby
 

Methods in org.jruby that return RubyStruct
static RubyStruct RubyStruct.newStruct(IRubyObject recv, IRubyObject[] args, Block block)
          Create new Structure.
static RubyStruct RubyStruct.unmarshalFrom(UnmarshalStream input)
           
 

Methods in org.jruby with parameters of type RubyStruct
static void RubyStruct.marshalTo(RubyStruct struct, MarshalStream output)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.