Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by com.liferay.portal.parsers.creole.ast.ASTNode
Direct Known Subclasses:
BaseParentableNode, CollectionNode, ForcedEndOfLineNode, HorizontalNode, NoWikiSectionNode, ScapedNode, TableOfContentsNode, URLNode

public abstract class ASTNode
extends Object


Constructor Summary
ASTNode()
           
ASTNode(int tokenType)
           
ASTNode(org.antlr.runtime.Token token)
           
 
Method Summary
abstract  void accept(ASTVisitor astVisitor)
           
 org.antlr.runtime.Token getToken()
           
 void setToken(org.antlr.runtime.Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTNode

public ASTNode()

ASTNode

public ASTNode(int tokenType)

ASTNode

public ASTNode(org.antlr.runtime.Token token)
Method Detail

accept

public abstract void accept(ASTVisitor astVisitor)

getToken

public org.antlr.runtime.Token getToken()

setToken

public void setToken(org.antlr.runtime.Token token)

Liferay 6.1.2-ce-ga3