org.jruby.runtime
Class MethodIndex
java.lang.Object
org.jruby.runtime.MethodIndex
public class MethodIndex
- extends java.lang.Object
- Author:
- headius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_METHOD
public static final int NO_METHOD
- See Also:
- Constant Field Values
OP_EQUAL
public static final int OP_EQUAL
- See Also:
- Constant Field Values
EQL
public static final int EQL
- See Also:
- Constant Field Values
HASH
public static final int HASH
- See Also:
- Constant Field Values
OP_CMP
public static final int OP_CMP
- See Also:
- Constant Field Values
MAX_METHODS
public static final int MAX_METHODS
- See Also:
- Constant Field Values
METHOD_NAMES
public static final java.lang.String[] METHOD_NAMES
MethodIndex
public MethodIndex()
getCallSite
public static CallSite getCallSite(java.lang.String name)
hasFastOps
public static boolean hasFastOps(java.lang.String name)
getFastOpsCallSite
public static CallSite getFastOpsCallSite(java.lang.String name)
getFunctionalCallSite
public static CallSite getFunctionalCallSite(java.lang.String name)
getVariableCallSite
public static CallSite getVariableCallSite(java.lang.String name)
getSuperCallSite
public static CallSite getSuperCallSite()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.