Package org.pegdown.ast
Class TableColumnNode
- java.lang.Object
-
- org.pegdown.ast.AbstractNode
-
- org.pegdown.ast.SuperNode
-
- org.pegdown.ast.TableColumnNode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableColumnNode.Alignment
-
Constructor Summary
Constructors Constructor Description TableColumnNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
TableColumnNode.Alignment
getAlignment()
boolean
markLeftAligned()
boolean
markRightAligned()
-
Methods inherited from class org.pegdown.ast.SuperNode
getChildren
-
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
-
-