com.liferay.portal.parsers.creole.ast
Class ForcedEndOfLineNode

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
      extended by com.liferay.portal.parsers.creole.ast.ForcedEndOfLineNode

public class ForcedEndOfLineNode
extends ASTNode

Author:
Miguel Pastor

Constructor Summary
ForcedEndOfLineNode()
           
ForcedEndOfLineNode(int tokenType)
           
 
Method Summary
 void accept(ASTVisitor astVisitor)
           
 
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

ForcedEndOfLineNode

public ForcedEndOfLineNode()

ForcedEndOfLineNode

public ForcedEndOfLineNode(int tokenType)
Method Detail

accept

public void accept(ASTVisitor astVisitor)
Specified by:
accept in class ASTNode