|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.compiler.ir.operands.KeyValuePair
public class KeyValuePair
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 |
---|
public KeyValuePair(Operand key, Operand value)
Method Detail |
---|
public Operand getKey()
public Operand getValue()
public void setKey(Operand key)
public void setValue(Operand value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |