Enum TokenType

java.lang.Object
java.lang.Enum<TokenType>
org.apache.tapestry5.internal.parser.TokenType
All Implemented Interfaces:
Serializable, Comparable<TokenType>, java.lang.constant.Constable

public enum TokenType extends Enum<TokenType>
Defines the different types of TemplateTokens. Each value maps to a particular subclass of TemplateToken.