private abstract static class Node.AbstractPropListItem extends java.lang.Object implements Node.PropListItem, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private Node.PropListItem |
next |
private int |
propType |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AbstractPropListItem(int propType,
Node.PropListItem next) |
| Modifier and Type | Method and Description |
|---|---|
abstract Node.PropListItem |
chain(Node.PropListItem next) |
Node.PropListItem |
getNext() |
int |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntValue, getObjectValueprivate static final long serialVersionUID
private final Node.PropListItem next
private final int propType
AbstractPropListItem(int propType,
Node.PropListItem next)
public int getType()
getType in interface Node.PropListItempublic Node.PropListItem getNext()
getNext in interface Node.PropListItempublic abstract Node.PropListItem chain(Node.PropListItem next)
chain in interface Node.PropListItem