org.mvel2.util
Class StackElement

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

public class StackElement
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 StackElement next
           
 Object value
           
 
Constructor Summary
StackElement(StackElement next, 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 StackElement next

value

public Object value
Constructor Detail

StackElement

public StackElement(StackElement next,
                    Object value)


Copyright © 2012. All Rights Reserved.