|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.runtime.builtin.InstanceVariableTable.VariableTableEntry
public static final class InstanceVariableTable.VariableTableEntry
Every entry in the variable map is represented by an instance of this class.
Field Summary | |
---|---|
int |
hash
|
java.lang.String |
name
|
InstanceVariableTable.VariableTableEntry |
next
|
java.lang.Object |
value
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int hash
public final java.lang.String name
public volatile java.lang.Object value
public final InstanceVariableTable.VariableTableEntry next
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |