org.mvel2.util
Class StackElement

java.lang.Object
  extended by org.mvel2.util.StackElement
All Implemented Interfaces:
java.io.Serializable

public class StackElement
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 StackElement next
           
 java.lang.Object value
           
 
Constructor Summary
StackElement(StackElement next, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public volatile StackElement next

value

public volatile java.lang.Object value
Constructor Detail

StackElement

public StackElement(StackElement next,
                    java.lang.Object value)


Copyright © 2008. All Rights Reserved.