com.liferay.portal.parsers.creole.ast
Class UnorderedListItemNode
java.lang.Object
com.liferay.portal.parsers.creole.ast.ASTNode
com.liferay.portal.parsers.creole.ast.BaseParentableNode
com.liferay.portal.parsers.creole.ast.ItemNode
com.liferay.portal.parsers.creole.ast.UnorderedListItemNode
public class UnorderedListItemNode
- extends ItemNode
Methods inherited from class com.liferay.portal.parsers.creole.ast.ItemNode |
getLevel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnorderedListItemNode
public UnorderedListItemNode(int tokenType)
UnorderedListItemNode
public UnorderedListItemNode(int level,
CollectionNode collectionNode)
accept
public void accept(ASTVisitor astVisitor)
- Specified by:
accept
in class ASTNode