org.jruby.runtime
Class ClassIndex
java.lang.Object
org.jruby.runtime.ClassIndex
public final class ClassIndex
- extends java.lang.Object
- Author:
- headius
FIXME convert to enum ?
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
TIME
public static final int TIME
- See Also:
- Constant Field Values
COMPLEX
public static final int COMPLEX
- See Also:
- Constant Field Values
RATIONAL
public static final int RATIONAL
- See Also:
- Constant Field Values
ENCODING
public static final int ENCODING
- See Also:
- Constant Field Values
CONVERTER
public static final int CONVERTER
- See Also:
- Constant Field Values
GENERATOR
public static final int GENERATOR
- See Also:
- Constant Field Values
YIELDER
public static final int YIELDER
- See Also:
- Constant Field Values
FILE
public static final int FILE
- See Also:
- Constant Field Values
MATCHDATA
public static final int MATCHDATA
- See Also:
- Constant Field Values
THREADGROUP
public static final int THREADGROUP
- See Also:
- Constant Field Values
THREAD
public static final int THREAD
- See Also:
- Constant Field Values
EXCEPTION
public static final int EXCEPTION
- See Also:
- Constant Field Values
IO
public static final int IO
- See Also:
- Constant Field Values
BINDING
public static final int BINDING
- See Also:
- Constant Field Values
PROC
public static final int PROC
- See Also:
- Constant Field Values
METHOD
public static final int METHOD
- See Also:
- Constant Field Values
DIR
public static final int DIR
- See Also:
- Constant Field Values
UNBOUNDMETHOD
public static final int UNBOUNDMETHOD
- See Also:
- Constant Field Values
CONTINUATION
public static final int CONTINUATION
- See Also:
- Constant Field Values
BASICOBJECT
public static final int BASICOBJECT
- See Also:
- Constant Field Values
MAX_CLASSES
public static final int MAX_CLASSES
- See Also:
- Constant Field Values
Copyright © 2002-2009 JRuby Team. All Rights Reserved.