protected static class DefaultValueStack.Element
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DefaultValueStack.Element |
tail |
protected java.lang.Object |
value |
Modifier | Constructor and Description |
---|---|
protected |
Element(java.lang.Object value,
DefaultValueStack.Element tail) |
protected final java.lang.Object value
protected final DefaultValueStack.Element tail
protected Element(java.lang.Object value, DefaultValueStack.Element tail)