Uses of Class
org.jruby.runtime.CallType

Packages that use CallType
org.jruby   
org.jruby.runtime   
 

Uses of CallType in org.jruby
 

Methods in org.jruby with parameters of type CallType
 IRubyObject RubyModule.call(IRubyObject recv, java.lang.String name, IRubyObject[] args, CallType callType)
          rb_call
 

Uses of CallType in org.jruby.runtime
 

Fields in org.jruby.runtime declared as CallType
static CallType CallType.NORMAL
           
static CallType CallType.FUNCTIONAL
           
static CallType CallType.SUPER
           
static CallType CallType.VARIABLE
           
 



Copyright © 2002 Jan Arne Petersen. All Rights Reserved.