org.jruby
Class RubyJRuby.JRubyCompiledScript

java.lang.Object
  extended by org.jruby.RubyJRuby.JRubyCompiledScript
Enclosing class:
RubyJRuby

public static class RubyJRuby.JRubyCompiledScript
extends java.lang.Object


Constructor Summary
RubyJRuby.JRubyCompiledScript()
           
 
Method Summary
static IRubyObject compiled_script_inspect_bytecode(IRubyObject recv)
           
static IRubyObject compiled_script_inspect(IRubyObject recv)
           
static IRubyObject compiled_script_to_s(IRubyObject recv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyJRuby.JRubyCompiledScript

public RubyJRuby.JRubyCompiledScript()
Method Detail

compiled_script_to_s

public static IRubyObject compiled_script_to_s(IRubyObject recv)

compiled_script_inspect

public static IRubyObject compiled_script_inspect(IRubyObject recv)

compiled_script_inspect_bytecode

public static IRubyObject compiled_script_inspect_bytecode(IRubyObject recv)


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