Class TokenNode.CommentTokenNode
java.lang.Object
com.google.auto.value.processor.escapevelocity.Node
com.google.auto.value.processor.escapevelocity.TokenNode
com.google.auto.value.processor.escapevelocity.TokenNode.CommentTokenNode
- Enclosing class:
TokenNode
A node in the parse tree representing a comment. Comments are introduced by
##
and
extend to the end of the line. The only reason for recording comment nodes is so that we can
skip space between a comment and a following #set
, to be compatible with Velocity
behaviour.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.auto.value.processor.escapevelocity.TokenNode
TokenNode.CommentTokenNode, TokenNode.ElseIfTokenNode, TokenNode.ElseTokenNode, TokenNode.EndTokenNode, TokenNode.EofNode, TokenNode.ForEachTokenNode, TokenNode.IfOrElseIfTokenNode, TokenNode.IfTokenNode, TokenNode.MacroDefinitionTokenNode, TokenNode.NestedTokenNode
-
Field Summary
Fields inherited from class com.google.auto.value.processor.escapevelocity.Node
lineNumber, resourceName
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.auto.value.processor.escapevelocity.Node
cons, emptyNode, evaluationException, evaluationException