Liferay 6.1.2-ce-ga3

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

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.ItemNode
Direct Known Subclasses:
OrderedListItemNode, UnorderedListItemNode

public abstract class ItemNode
extends BaseParentableNode


Constructor Summary
ItemNode(int tokenType)
           
ItemNode(int level, BaseParentableNode baseParentableNode, CollectionNode collectionNode)
           
 
Method Summary
 BaseParentableNode getBaseParentableNode()
           
 int getLevel()
           
 void setBaseParentableNode(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

ItemNode

public ItemNode(int tokenType)

ItemNode

public ItemNode(int level,
                BaseParentableNode baseParentableNode,
                CollectionNode collectionNode)
Method Detail

getBaseParentableNode

public BaseParentableNode getBaseParentableNode()

getLevel

public int getLevel()

setBaseParentableNode

public void setBaseParentableNode(BaseParentableNode baseParentableNode)

Liferay 6.1.2-ce-ga3