org.jruby.ast.executable
Interface Script

All Known Implementing Classes:
AbstractScript

public interface Script


Method Summary
 IRubyObject __file__(ThreadContext context, IRubyObject self, Block block)
           
 IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
 IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
           
 IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject arg1, IRubyObject arg2, Block block)
           
 IRubyObject __file__(ThreadContext context, IRubyObject self, IRubyObject arg, IRubyObject arg2, IRubyObject arg3, Block block)
           
 IRubyObject load(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
 IRubyObject run(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
 void setFilename(java.lang.String filename)
           
 

Method Detail

__file__

IRubyObject __file__(ThreadContext context,
                     IRubyObject self,
                     Block block)

__file__

IRubyObject __file__(ThreadContext context,
                     IRubyObject self,
                     IRubyObject arg,
                     Block block)

__file__

IRubyObject __file__(ThreadContext context,
                     IRubyObject self,
                     IRubyObject arg1,
                     IRubyObject arg2,
                     Block block)

__file__

IRubyObject __file__(ThreadContext context,
                     IRubyObject self,
                     IRubyObject arg,
                     IRubyObject arg2,
                     IRubyObject arg3,
                     Block block)

__file__

IRubyObject __file__(ThreadContext context,
                     IRubyObject self,
                     IRubyObject[] args,
                     Block block)

run

IRubyObject run(ThreadContext context,
                IRubyObject self,
                IRubyObject[] args,
                Block block)

load

IRubyObject load(ThreadContext context,
                 IRubyObject self,
                 IRubyObject[] args,
                 Block block)

setFilename

void setFilename(java.lang.String filename)


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