org.jruby.runtime
Class ClassIndex
java.lang.Object
org.jruby.runtime.ClassIndex
public class ClassIndex
- extends java.lang.Object
- Author:
- headius
Constructor Summary |
ClassIndex()
Creates a new instance of ClassIndex |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
NUMERIC
public static final int NUMERIC
- See Also:
- Constant Field Values
RANGE
public static final int RANGE
- See Also:
- Constant Field Values
MAX_CLASSES
public static final int MAX_CLASSES
- See Also:
- Constant Field Values
ClassIndex
public ClassIndex()
- Creates a new instance of ClassIndex
Copyright © 2002-2007 JRuby Team. All Rights Reserved.