public abstract class IncludeStatement extends Statement
| Modifier | Constructor and Description |
|---|---|
protected |
IncludeStatement(SourceRange sourceRange)
Constructor which must be called by subclasses.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeWithNamedTemplate(Context context,
String name)
This is a utility method which performs an include from a fixed template
name.
|
static IncludeStatement |
newIncludeStatement(SourceRange sourceRange,
Operation dml) |
execute, getSourceRangeprotected IncludeStatement(SourceRange sourceRange)
sourceRange - source location of this statementpublic static IncludeStatement newIncludeStatement(SourceRange sourceRange, Operation dml) throws SyntaxException
SyntaxExceptionprotected void executeWithNamedTemplate(Context context, String name) throws EvaluationException
context - evaluation context to usename - fixed template nameEvaluationExceptionCopyright © 2014 Quattor. All Rights Reserved.