org.jruby.compiler.ir.operands
Class MethAddr
java.lang.Object
org.jruby.compiler.ir.operands.Operand
org.jruby.compiler.ir.operands.Reference
org.jruby.compiler.ir.operands.MethAddr
public class MethAddr
- extends Reference
Constructor Summary |
MethAddr(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
MethAddr
public MethAddr(java.lang.String name)
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.