|
Liferay 7.0-ce-m3 | |||||||||
| 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.BaseParentableNode
com.liferay.portal.parsers.creole.ast.ItemNode
public abstract class ItemNode
| Constructor Summary | |
|---|---|
|
ItemNode(int tokenType)
|
|
ItemNode(int level,
BaseParentableNode baseParentableNode,
CollectionNode collectionNode)
|
protected |
ItemNode(int tokenType,
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 |
|---|
public ItemNode(int tokenType)
public ItemNode(int level,
BaseParentableNode baseParentableNode,
CollectionNode collectionNode)
protected ItemNode(int tokenType,
int level,
BaseParentableNode baseParentableNode,
CollectionNode collectionNode)
| Method Detail |
|---|
public BaseParentableNode getBaseParentableNode()
public int getLevel()
public void setBaseParentableNode(BaseParentableNode baseParentableNode)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||