Class IndentationStack

java.lang.Object
net.sourceforge.plantuml.yaml.parser.IndentationStack

public class IndentationStack extends Object
  • Constructor Details

    • IndentationStack

      public IndentationStack()
  • Method Details

    • size

      public int size()
    • push

      public void push(int value)
    • peek

      public int peek()
    • pop

      public int pop()
    • contains

      public boolean contains(int value)
    • toString

      public String toString()
      Overrides:
      toString in class Object