Package org.parboiled.support
Class DefaultValueStack.Element
- java.lang.Object
-
- org.parboiled.support.DefaultValueStack.Element
-
- Enclosing class:
- DefaultValueStack<V>
protected static class DefaultValueStack.Element extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultValueStack.Element
tail
protected java.lang.Object
value
-
Constructor Summary
Constructors Modifier Constructor Description protected
Element(java.lang.Object value, DefaultValueStack.Element tail)
-
-
-
Field Detail
-
value
protected final java.lang.Object value
-
tail
protected final DefaultValueStack.Element tail
-
-
Constructor Detail
-
Element
protected Element(java.lang.Object value, DefaultValueStack.Element tail)
-
-