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 k, Operand v)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValuePair

public KeyValuePair(Operand k,
                    Operand v)


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