org.pegdown.ast
Class TableColumnNode

java.lang.Object
  extended by org.pegdown.ast.AbstractNode
      extended by org.pegdown.ast.SuperNode
          extended by org.pegdown.ast.TableColumnNode
All Implemented Interfaces:
org.parboiled.trees.GraphNode<Node>, Node

public class TableColumnNode
extends SuperNode


Nested Class Summary
static class TableColumnNode.Alignment
           
 
Constructor Summary
TableColumnNode()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableColumnNode

public TableColumnNode()
Method Detail

markLeftAligned

public boolean markLeftAligned()

markRightAligned

public boolean markRightAligned()

getAlignment

public TableColumnNode.Alignment getAlignment()

accept

public void accept(Visitor visitor)
Specified by:
accept in interface Node
Overrides:
accept in class SuperNode