|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Template.TemplateType | |
|---|---|
| org.quattor.pan.parser | Provides classes for the implementation of the pan language parser. |
| org.quattor.pan.template | Contains the classes that define the java implementation a pan template or classes related to them. |
| Uses of Template.TemplateType in org.quattor.pan.parser |
|---|
| Methods in org.quattor.pan.parser that return Template.TemplateType | |
|---|---|
Template.TemplateType |
ASTTemplate.getTemplateType()
|
| Uses of Template.TemplateType in org.quattor.pan.template |
|---|
| Fields in org.quattor.pan.template declared as Template.TemplateType | |
|---|---|
Template.TemplateType |
Template.type
The type of this template. |
| Methods in org.quattor.pan.template that return Template.TemplateType | |
|---|---|
static Template.TemplateType |
Template.TemplateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Template.TemplateType[] |
Template.TemplateType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.quattor.pan.template with parameters of type Template.TemplateType | |
|---|---|
static boolean |
Template.checkValidInclude(Template.TemplateType includeeType,
Template.TemplateType includedType)
Determine whether a particular include combination is legal. |
| Constructors in org.quattor.pan.template with parameters of type Template.TemplateType | |
|---|---|
Template(java.io.File source,
SourceRange sourceRange,
Template.TemplateType type,
java.lang.String name,
java.util.List<Statement> statements)
Constructs a new template from the given information. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||