public class StaticIncludeStatement extends IncludeStatement
| Constructor and Description |
|---|
StaticIncludeStatement(SourceRange sourceRange,
String name)
Constructs a StaticIncludeStatement from the given template name.
|
| 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 StaticIncludeStatement(SourceRange sourceRange, String name) throws SyntaxException
sourceRange - source location of this statementname - name of the template to includeSyntaxExceptionCopyright © 2014 Quattor. All Rights Reserved.