Class IndentationStack
- java.lang.Object
-
- io.markdom.handler.text.commonmark.IndentationStack
-
- All Implemented Interfaces:
IndentationSupplier,Supplier<String>
public final class IndentationStack extends Object implements IndentationSupplier
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadvance()Stringget()voidpop()voidpush(io.markdom.handler.text.commonmark.Indentation indentation)
-