Class IndentationStack
java.lang.Object
net.sourceforge.plantuml.yaml.parser.IndentationStack
-
Constructor Summary
Constructors -
Method Summary
-
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
-