org.quattor.pan.statement
Class ConstantVariableStatement
java.lang.Object
org.quattor.pan.statement.Statement
org.quattor.pan.statement.VariableStatement
org.quattor.pan.statement.ConstantVariableStatement
- Direct Known Subclasses:
- ConstantLoadpathStatement
public class ConstantVariableStatement
- extends VariableStatement
Sets a global variable to a constant or computed value.
- Author:
- loomis
|
Method Summary |
void |
execute(Context context)
Execute this Statement within the given context. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
value
protected final Element value
ConstantVariableStatement
protected ConstantVariableStatement(SourceRange sourceRange,
java.lang.String name,
Element value,
boolean conditional,
boolean modifiable)
throws SyntaxException
- Throws:
SyntaxException
execute
public void execute(Context context)
- Description copied from class:
Statement
- Execute this Statement within the given context.
- Specified by:
execute in class Statement
- Parameters:
context - DML context to use for the evalution of this statement
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2011 Quattor. All Rights Reserved.