Liferay 6.1.2-ce-ga3

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

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
              extended by com.liferay.portal.parsers.creole.ast.ListNode

public class ListNode
extends BaseListNode


Constructor Summary
ListNode()
           
ListNode(BaseParentableNode baseParentableNode)
           
ListNode(BaseParentableNode baseParentableNode, CollectionNode collectionNode)
           
ListNode(int tokenType)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 
Methods inherited from class com.liferay.portal.parsers.creole.ast.BaseListNode
getBaseParentableNode, setParent
 
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
getToken, setToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListNode

public ListNode()

ListNode

public ListNode(BaseParentableNode baseParentableNode)

ListNode

public ListNode(BaseParentableNode baseParentableNode,
                CollectionNode collectionNode)

ListNode

public ListNode(int tokenType)
Method Detail

accept

public void accept(ASTVisitor astVisitor)
Specified by:
accept in class ASTNode

Liferay 6.1.2-ce-ga3