| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Template.TemplateType |
ASTTemplate.getTemplateType() |
| Modifier and Type | Field and Description |
|---|---|
Template.TemplateType |
Template.type
The type of this template.
|
| Modifier and Type | Method and Description |
|---|---|
static Template.TemplateType |
Template.TemplateType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Template.checkValidInclude(Template.TemplateType includeeType,
Template.TemplateType includedType)
Determine whether a particular include combination is legal.
|
| Constructor and Description |
|---|
Template(File source,
SourceRange sourceRange,
Template.TemplateType type,
String name,
List<Statement> statements)
Constructs a new template from the given information.
|
Copyright © 2014 Quattor. All Rights Reserved.