org.eclipse.xtext.serializer.sequencer
Class RuleCallStack

java.lang.Object
  extended by org.eclipse.xtext.util.AbstractLinkedStack<RuleCallStack,RuleCall>
      extended by org.eclipse.xtext.serializer.sequencer.RuleCallStack
All Implemented Interfaces:
java.lang.Iterable<RuleCall>

public class RuleCallStack
extends AbstractLinkedStack<RuleCallStack,RuleCall>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.xtext.util.AbstractLinkedStack
AbstractLinkedStack.Element<T>
 
Field Summary
 
Fields inherited from class org.eclipse.xtext.util.AbstractLinkedStack
top
 
Constructor Summary
RuleCallStack()
           
 
Method Summary
protected  RuleCallStack createStack()
           
 java.lang.String elementToStr(RuleCall value)
           
 
Methods inherited from class org.eclipse.xtext.util.AbstractLinkedStack
clone, cloneAndPop, cloneAndPush, contains, createElement, equals, hashCode, init, isEmpty, iterator, peek, pop, push, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleCallStack

public RuleCallStack()
Method Detail

createStack

protected RuleCallStack createStack()
Specified by:
createStack in class AbstractLinkedStack<RuleCallStack,RuleCall>

elementToStr

public java.lang.String elementToStr(RuleCall value)
Overrides:
elementToStr in class AbstractLinkedStack<RuleCallStack,RuleCall>