Class IndentationStack
- java.lang.Object
-
- net.sourceforge.plantuml.yaml.parser.IndentationStack
-
public class IndentationStack extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IndentationStack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(int value)intpeek()intpop()voidpush(int value)intsize()java.lang.StringtoString()
-