Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.CollectionNode

public class CollectionNode
extends ASTNode


Constructor Summary
CollectionNode()
           
CollectionNode(int token)
           
CollectionNode(List<ASTNode> astNodes)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 void add(ASTNode astNode)
           
 ASTNode get(int position)
           
 List<ASTNode> getASTNodes()
           
 int size()
           
 
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

CollectionNode

public CollectionNode()

CollectionNode

public CollectionNode(int token)

CollectionNode

public CollectionNode(List<ASTNode> astNodes)
Method Detail

accept

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

add

public void add(ASTNode astNode)

get

public ASTNode get(int position)

getASTNodes

public List<ASTNode> getASTNodes()

size

public int size()

Liferay 6.1.2-ce-ga3