org.jruby.compiler.ir.operands
Class KeyValuePair

java.lang.Object
  extended by org.jruby.compiler.ir.operands.KeyValuePair

public class KeyValuePair
extends java.lang.Object


Constructor Summary
KeyValuePair(Operand key, Operand value)
           
 
Method Summary
 Operand getKey()
           
 Operand getValue()
           
 void setKey(Operand key)
           
 void setValue(Operand value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair(Operand key,
                    Operand value)
Method Detail

getKey

public Operand getKey()

getValue

public Operand getValue()

setKey

public void setKey(Operand key)

setValue

public void setValue(Operand value)


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