Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.security
Class PostfixExpression.OpStack

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.AbstractSequentialList<E>
              extended by java.util.LinkedList<PostfixExpression.Token>
                  extended by org.nuxeo.ecm.webengine.security.PostfixExpression.OpStack
All Implemented Interfaces:
Serializable, Cloneable, Iterable<PostfixExpression.Token>, Collection<PostfixExpression.Token>, Deque<PostfixExpression.Token>, List<PostfixExpression.Token>, Queue<PostfixExpression.Token>
Enclosing class:
PostfixExpression

public static class PostfixExpression.OpStack
extends LinkedList<PostfixExpression.Token>

See Also:
Serialized Form

Constructor Summary
PostfixExpression.OpStack()
           
 
Method Summary
 PostfixExpression.Token pop()
           
 void push(PostfixExpression.Token token)
           
 PostfixExpression.Token top()
           
 
Methods inherited from class java.util.LinkedList
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList
 
Methods inherited from interface java.util.Deque
iterator
 

Constructor Detail

PostfixExpression.OpStack

public PostfixExpression.OpStack()
Method Detail

push

public final void push(PostfixExpression.Token token)
Specified by:
push in interface Deque<PostfixExpression.Token>
Overrides:
push in class LinkedList<PostfixExpression.Token>

pop

public final PostfixExpression.Token pop()
Specified by:
pop in interface Deque<PostfixExpression.Token>
Overrides:
pop in class LinkedList<PostfixExpression.Token>

top

public final PostfixExpression.Token top()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.