org.mvel2.util
Class StackElement
java.lang.Object
org.mvel2.util.StackElement
- All Implemented Interfaces:
- Serializable
public class StackElement
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
public StackElement next
value
public Object value
StackElement
public StackElement(StackElement next,
Object value)
Copyright © 2012. All Rights Reserved.