Package com.google.template.soy.parseinfo

Classes to represent parse info (see SoyParseInfoGenerator).

See:
          Description

Class Summary
SoyFileInfo Parsed info about a Soy file.
SoyTemplateInfo Parsed info about a template.
 

Enum Summary
SoyFileInfo.CssTagsPrefixPresence Enum for whether there are prefix expressions in the 'css' tags that a CSS name appears in.
SoyTemplateInfo.ParamRequisiteness Enum for whether a param is required or optional for a specific template.
 

Package com.google.template.soy.parseinfo Description

Classes to represent parse info (see SoyParseInfoGenerator).