Package yapion.parser

Class TypeStack


  • public class TypeStack
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeStack()  
    • Method Summary

      Modifier and Type Method Description
      boolean isEmpty()  
      boolean isNotEmpty()  
      YAPIONType peek()  
      YAPIONType pop​(YAPIONType yapionType)  
      void push​(YAPIONType yapionType)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TypeStack

        public TypeStack()
    • Method Detail

      • push

        public void push​(YAPIONType yapionType)
      • isEmpty

        public boolean isEmpty()
      • isNotEmpty

        public boolean isNotEmpty()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object