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