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 volatile StackElement next
value
public volatile Object value
StackElement
public StackElement(StackElement next,
Object value)
Copyright © 2011. All Rights Reserved.