org.jruby.runtime
Class ClassIndex

java.lang.Object
  extended by org.jruby.runtime.ClassIndex

public class ClassIndex
extends java.lang.Object

Author:
headius

Field Summary
static int ARRAY
           
static int BIGNUM
           
static int CLASS
           
static int FALSE
           
static int FIXNUM
           
static int FLOAT
           
static int HASH
           
static int MAX_CLASSES
           
static int MODULE
           
static int NIL
           
static int NO_INDEX
           
static int OBJECT
           
static int REGEXP
           
static int STRING
           
static int STRUCT
           
static int SYMBOL
           
static int TRUE
           
 
Constructor Summary
ClassIndex()
          Creates a new instance of ClassIndex
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_INDEX

public static final int NO_INDEX
See Also:
Constant Field Values

FIXNUM

public static final int FIXNUM
See Also:
Constant Field Values

BIGNUM

public static final int BIGNUM
See Also:
Constant Field Values

ARRAY

public static final int ARRAY
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

NIL

public static final int NIL
See Also:
Constant Field Values

TRUE

public static final int TRUE
See Also:
Constant Field Values

FALSE

public static final int FALSE
See Also:
Constant Field Values

SYMBOL

public static final int SYMBOL
See Also:
Constant Field Values

REGEXP

public static final int REGEXP
See Also:
Constant Field Values

HASH

public static final int HASH
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

MODULE

public static final int MODULE
See Also:
Constant Field Values

CLASS

public static final int CLASS
See Also:
Constant Field Values

OBJECT

public static final int OBJECT
See Also:
Constant Field Values

STRUCT

public static final int STRUCT
See Also:
Constant Field Values

MAX_CLASSES

public static final int MAX_CLASSES
See Also:
Constant Field Values
Constructor Detail

ClassIndex

public ClassIndex()
Creates a new instance of ClassIndex



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