org.jruby.runtime
Class CallType

java.lang.Object
  extended byorg.jruby.runtime.CallType

public final class CallType
extends java.lang.Object


Field Summary
static CallType FUNCTIONAL
           
static CallType NORMAL
           
static CallType SUPER
           
static CallType VARIABLE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL

public static final CallType NORMAL

FUNCTIONAL

public static final CallType FUNCTIONAL

SUPER

public static final CallType SUPER

VARIABLE

public static final CallType VARIABLE
Method Detail

toString

public java.lang.String toString()


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