org.apache.tapestry5.internal.parser
Class CommentToken
java.lang.Object
org.apache.tapestry5.ioc.BaseLocatable
org.apache.tapestry5.internal.parser.TemplateToken
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.
CommentToken
public CommentToken(String comment,
Location location)
getComment
public String getComment()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.