org.apache.tapestry5.internal.parser
Class CommentToken

java.lang.Object
  extended by org.apache.tapestry5.ioc.BaseLocatable
      extended by org.apache.tapestry5.internal.parser.TemplateToken
          extended by org.apache.tapestry5.internal.parser.CommentToken
All Implemented Interfaces:
Locatable

public class CommentToken
extends TemplateToken

A node representing a comment embedded in the source input.


Constructor Summary
CommentToken(String comment, Location location)
           
 
Method Summary
 String getComment()
           
 String toString()
           
 
Methods inherited from class org.apache.tapestry5.internal.parser.TemplateToken
getTokenType
 
Methods inherited from class org.apache.tapestry5.ioc.BaseLocatable
getLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommentToken

public CommentToken(String comment,
                    Location location)
Method Detail

getComment

public String getComment()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.