Uses of Class
org.apache.tapestry.parse.TokenType

Packages that use TokenType
org.apache.tapestry.parse Classes used when parsing templates, application and component specifications. 
 

Uses of TokenType in org.apache.tapestry.parse
 

Fields in org.apache.tapestry.parse declared as TokenType
static TokenType TokenType.CLOSE
          The closing tag of an element.
static TokenType TokenType.LOCALIZATION
          A reference to a localized string.
static TokenType TokenType.OPEN
          The opening tag of an element.
static TokenType TokenType.TEXT
          Raw HTML text.
 

Methods in org.apache.tapestry.parse that return TokenType
 TokenType TemplateToken.getType()
           
 

Constructors in org.apache.tapestry.parse with parameters of type TokenType
TemplateToken(TokenType type, org.apache.hivemind.Location location)