org.jruby.compiler.ir.operands
Class MethAddr

java.lang.Object
  extended by org.jruby.compiler.ir.operands.Operand
      extended by org.jruby.compiler.ir.operands.Reference
          extended by org.jruby.compiler.ir.operands.MethAddr

public class MethAddr
extends Reference


Field Summary
static MethAddr DEFINE_ALIAS
           
static MethAddr FOR_EACH
           
static MethAddr GET_FILE_NAME
           
static MethAddr MATCH
           
static MethAddr MATCH2
           
static MethAddr MATCH3
           
static MethAddr RETRIEVE_CONSTANT
           
static MethAddr SUPER
           
static MethAddr TO_ARY
           
 
Fields inherited from class org.jruby.compiler.ir.operands.Reference
_refName
 
Fields inherited from class org.jruby.compiler.ir.operands.Operand
EMPTY_ARRAY
 
Constructor Summary
MethAddr(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jruby.compiler.ir.operands.Operand
addUsedVariables, fetchCompileTimeArrayElement, getSimplifiedOperand, getTargetClass, getValue, isConstant, isNonAtomicValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFINE_ALIAS

public static final MethAddr DEFINE_ALIAS

RETRIEVE_CONSTANT

public static final MethAddr RETRIEVE_CONSTANT

FOR_EACH

public static final MethAddr FOR_EACH

SUPER

public static final MethAddr SUPER

MATCH

public static final MethAddr MATCH

MATCH2

public static final MethAddr MATCH2

MATCH3

public static final MethAddr MATCH3

TO_ARY

public static final MethAddr TO_ARY

GET_FILE_NAME

public static final MethAddr GET_FILE_NAME
Constructor Detail

MethAddr

public MethAddr(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class Reference


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