private static interface Node.PropListItem
Modifier and Type | Method and Description |
---|---|
Node.PropListItem |
chain(Node.PropListItem next) |
int |
getIntValue() |
Node.PropListItem |
getNext() |
java.lang.Object |
getObjectValue() |
int |
getType() |
int getType()
Node.PropListItem getNext()
Node.PropListItem chain(Node.PropListItem next)
java.lang.Object getObjectValue()
int getIntValue()