org.jruby.runtime
Class MethodIndex
java.lang.Object
org.jruby.runtime.MethodIndex
- public class MethodIndex
- extends java.lang.Object
- Author:
- headius
Constructor Summary |
MethodIndex()
Creates a new instance of MethodIndex |
Method Summary |
static int |
getIndex(java.lang.String methodName)
|
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
OP_PLUS
public static final int OP_PLUS
- See Also:
- Constant Field Values
OP_MINUS
public static final int OP_MINUS
- See Also:
- Constant Field Values
OP_LT
public static final int OP_LT
- See Also:
- Constant Field Values
AREF
public static final int AREF
- See Also:
- Constant Field Values
ASET
public static final int ASET
- See Also:
- Constant Field Values
POP
public static final int POP
- See Also:
- Constant Field Values
PUSH
public static final int PUSH
- See Also:
- Constant Field Values
NIL_P
public static final int NIL_P
- See Also:
- Constant Field Values
EQUALEQUAL
public static final int EQUALEQUAL
- See Also:
- Constant Field Values
UNSHIFT
public static final int UNSHIFT
- See Also:
- Constant Field Values
OP_GE
public static final int OP_GE
- See Also:
- Constant Field Values
OP_LSHIFT
public static final int OP_LSHIFT
- See Also:
- Constant Field Values
EMPTY_P
public static final int EMPTY_P
- See Also:
- Constant Field Values
TO_S
public static final int TO_S
- See Also:
- Constant Field Values
TO_I
public static final int TO_I
- See Also:
- Constant Field Values
AT
public static final int AT
- See Also:
- Constant Field Values
TO_STR
public static final int TO_STR
- See Also:
- Constant Field Values
TO_ARY
public static final int TO_ARY
- See Also:
- Constant Field Values
TO_INT
public static final int TO_INT
- See Also:
- Constant Field Values
TO_F
public static final int TO_F
- See Also:
- Constant Field Values
TO_SYM
public static final int TO_SYM
- See Also:
- Constant Field Values
TO_A
public static final int TO_A
- See Also:
- Constant Field Values
HASH
public static final int HASH
- See Also:
- Constant Field Values
OP_GT
public static final int OP_GT
- See Also:
- Constant Field Values
OP_TIMES
public static final int OP_TIMES
- See Also:
- Constant Field Values
OP_LE
public static final int OP_LE
- See Also:
- Constant Field Values
OP_SPACESHIP
public static final int OP_SPACESHIP
- See Also:
- Constant Field Values
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
OP_MATCH
public static final int OP_MATCH
- See Also:
- Constant Field Values
OP_EQQ
public static final int OP_EQQ
- See Also:
- Constant Field Values
LAST
public static final int LAST
- See Also:
- Constant Field Values
SHIFT
public static final int SHIFT
- See Also:
- Constant Field Values
EQL_P
public static final int EQL_P
- See Also:
- Constant Field Values
TO_HASH
public static final int TO_HASH
- See Also:
- Constant Field Values
MAX_METHODS
public static final int MAX_METHODS
- See Also:
- Constant Field Values
NAMES
public static final java.lang.String[] NAMES
NUMBERS
public static final java.util.Map NUMBERS
MethodIndex
public MethodIndex()
- Creates a new instance of MethodIndex
getIndex
public static int getIndex(java.lang.String methodName)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.