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