|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Statement | |
|---|---|
| org.quattor.pan.statement | Provides classes that implement the core declarative statements of the pan language. |
| org.quattor.pan.template | Contains the classes that define the java implementation a pan template or classes related to them. |
| Uses of Statement in org.quattor.pan.statement |
|---|
| Subclasses of Statement in org.quattor.pan.statement | |
|---|---|
class |
AbsoluteAssignmentStatement
Assigns either a constant or computed value to an absolute path. |
class |
AssignmentStatement
Assigns a constant or computed value to a path. |
class |
BindStatement
Associates a FullType (which may have a validation function) to a path. |
class |
ComputedAssignmentStatement
Assigns a constant or computed value to a path. |
class |
ComputedIncludeStatement
Evaluates a DML expression and then executes the named template. |
class |
ComputedLoadpathStatement
|
class |
ComputedVariableStatement
Sets a global variable to a constant or computed value. |
class |
ConstantAssignmentStatement
Assigns either a constant or computed value to an absolute path. |
class |
ConstantLoadpathStatement
|
class |
ConstantVariableStatement
Sets a global variable to a constant or computed value. |
class |
DeleteAssignmentStatement
Assigns either a constant or computed value to an absolute path. |
class |
FunctionStatement
Associates a DML block to a given function name. |
class |
IncludeStatement
Executes another referenced template whose name is either a constant or computed from a DML expression. |
class |
RelativeAssignmentStatement
Assigns a constant or computed value to a relative path. |
class |
StaticIncludeStatement
Executes a template identified by a constant string. |
class |
TypeStatement
Associates a name with a FullType definition. |
class |
VariableStatement
Sets a global variable to a constant or computed value. |
| Uses of Statement in org.quattor.pan.template |
|---|
| Constructor parameters in org.quattor.pan.template with type arguments of type Statement | |
|---|---|
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 | |||||||||