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