Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<PostfixExpression.Token>, java.util.Collection<PostfixExpression.Token>, java.util.Deque<PostfixExpression.Token>, java.util.List<PostfixExpression.Token>, java.util.Queue<PostfixExpression.Token>
Enclosing class:
PostfixExpression

public static class PostfixExpression.OpStack
extends java.util.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 java.util.Deque<PostfixExpression.Token>
Overrides:
push in class java.util.LinkedList<PostfixExpression.Token>

pop

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

top

public final PostfixExpression.Token top()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.