Liferay 6.1.2-ce-ga3

com.liferay.portal.parsers.creole.ast
Class BaseParentableNode

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.BaseParentableNode
Direct Known Subclasses:
BaseListNode, HeadingNode, ItemNode, LineNode, ParagraphNode, TableCellNode, TableNode, TextNode, WikiPageNode

public abstract class BaseParentableNode
extends ASTNode


Constructor Summary
BaseParentableNode()
           
BaseParentableNode(CollectionNode collectionNode)
           
BaseParentableNode(int tokenType)
           
 
Method Summary
 void addChildASTNode(ASTNode astNode)
           
 ASTNode getChildASTNode(int position)
           
 List<ASTNode> getChildASTNodes()
           
 int getChildASTNodesCount()
           
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.ASTNode
accept, getToken, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseParentableNode

public BaseParentableNode()

BaseParentableNode

public BaseParentableNode(CollectionNode collectionNode)

BaseParentableNode

public BaseParentableNode(int tokenType)
Method Detail

addChildASTNode

public void addChildASTNode(ASTNode astNode)

getChildASTNode

public ASTNode getChildASTNode(int position)

getChildASTNodes

public List<ASTNode> getChildASTNodes()

getChildASTNodesCount

public int getChildASTNodesCount()

Liferay 6.1.2-ce-ga3