|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.CollectionNode
public class CollectionNode
| Constructor Summary | |
|---|---|
CollectionNode()
|
|
CollectionNode(int token)
|
|
CollectionNode(java.util.List<ASTNode> astNodes)
|
|
| Method Summary | |
|---|---|
void |
accept(ASTVisitor astVisitor)
|
void |
add(ASTNode astNode)
|
ASTNode |
get(int position)
|
java.util.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 |
|---|
public CollectionNode()
public CollectionNode(int token)
public CollectionNode(java.util.List<ASTNode> astNodes)
| Method Detail |
|---|
public void accept(ASTVisitor astVisitor)
accept in class ASTNodepublic void add(ASTNode astNode)
public ASTNode get(int position)
public java.util.List<ASTNode> getASTNodes()
public int size()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||