Class RuleCallStack

  • All Implemented Interfaces:
    java.lang.Iterable<RuleCall>

    public class RuleCallStack
    extends org.eclipse.xtext.util.AbstractLinkedStack<RuleCallStack,​RuleCall>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.util.AbstractLinkedStack

        org.eclipse.xtext.util.AbstractLinkedStack.Element<T extends java.lang.Object>
    • Field Summary

      • Fields inherited from class org.eclipse.xtext.util.AbstractLinkedStack

        top
    • Constructor Summary

      Constructors 
      Constructor Description
      RuleCallStack()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • RuleCallStack

        public RuleCallStack()
    • Method Detail

      • elementToStr

        public java.lang.String elementToStr​(RuleCall value)
        Overrides:
        elementToStr in class org.eclipse.xtext.util.AbstractLinkedStack<RuleCallStack,​RuleCall>