Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.BaseParentableNode
          extended by com.liferay.portal.parsers.creole.ast.BaseListNode
Direct Known Subclasses:
ListNode, OrderedListNode, UnorderedListNode

public abstract class BaseListNode
extends BaseParentableNode


Constructor Summary
BaseListNode()
           
BaseListNode(BaseParentableNode baseParentableNode, CollectionNode collectionNode)
           
BaseListNode(int token)
           
 
Method Summary
 BaseParentableNode getBaseParentableNode()
           
 void setParent(BaseParentableNode baseParentableNode)
           
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.BaseParentableNode
addChildASTNode, getChildASTNode, getChildASTNodes, 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

BaseListNode

public BaseListNode()

BaseListNode

public BaseListNode(BaseParentableNode baseParentableNode,
                    CollectionNode collectionNode)

BaseListNode

public BaseListNode(int token)
Method Detail

getBaseParentableNode

public BaseParentableNode getBaseParentableNode()

setParent

public void setParent(BaseParentableNode baseParentableNode)

Liferay 6.1.2-ce-ga3