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 classTableColumnNode.Alignment
-
Constructor Summary
Constructors Constructor Description TableColumnNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)TableColumnNode.AlignmentgetAlignment()booleanmarkLeftAligned()booleanmarkRightAligned()-
Methods inherited from class org.pegdown.ast.SuperNode
getChildren
-
Methods inherited from class org.pegdown.ast.AbstractNode
getEndIndex, getStartIndex, mapIndices, setEndIndex, setStartIndex, shiftIndices, toString
-
-