public class ComputedIncludeStatement extends IncludeStatement
| Constructor and Description |
|---|
ComputedIncludeStatement(SourceRange sourceRange,
Operation dml)
Constructor to create a ComputedIncludeStatement which will execute a
template named by the result of the DML block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Context context)
Execute this Statement within the given context.
|
String |
toString()
Return a reasonable string representation of this statement.
|
executeWithNamedTemplate, newIncludeStatementgetSourceRangepublic ComputedIncludeStatement(SourceRange sourceRange, Operation dml)
sourceRange - source location of this statementdml - DML block used to compute the template nameCopyright © 2014 Quattor. All Rights Reserved.