com.liferay.portal.parsers.creole.ast.table
Class TableDataNode
java.lang.Object
com.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.BaseParentableNode
com.liferay.portal.parsers.creole.ast.table.TableCellNode
com.liferay.portal.parsers.creole.ast.table.TableDataNode
public class TableDataNode
- extends TableCellNode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableDataNode
public TableDataNode()
TableDataNode
public TableDataNode(CollectionNode collectionNode)
TableDataNode
public TableDataNode(int tokenType)
accept
public void accept(ASTVisitor astVisitor)
- Specified by:
accept
in class ASTNode