org.quattor.pan.statement
Class ComputedLoadpathStatement

java.lang.Object
  extended by org.quattor.pan.statement.Statement
      extended by org.quattor.pan.statement.VariableStatement
          extended by org.quattor.pan.statement.ComputedVariableStatement
              extended by org.quattor.pan.statement.ComputedLoadpathStatement

public class ComputedLoadpathStatement
extends ComputedVariableStatement


Field Summary
 
Fields inherited from class org.quattor.pan.statement.ComputedVariableStatement
dml
 
Fields inherited from class org.quattor.pan.statement.VariableStatement
conditional, modifiable, name
 
Constructor Summary
protected ComputedLoadpathStatement(SourceRange sourceRange, Operation dml, boolean conditional, boolean modifiable)
           
 
Method Summary
 void execute(Context context)
          Execute this Statement within the given context.
 
Methods inherited from class org.quattor.pan.statement.ComputedVariableStatement
toString
 
Methods inherited from class org.quattor.pan.statement.VariableStatement
convertLoadpathVariable, getInstance
 
Methods inherited from class org.quattor.pan.statement.Statement
getSourceRange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComputedLoadpathStatement

protected ComputedLoadpathStatement(SourceRange sourceRange,
                                    Operation dml,
                                    boolean conditional,
                                    boolean modifiable)
                             throws SyntaxException
Throws:
SyntaxException
Method Detail

execute

public void execute(Context context)
Description copied from class: Statement
Execute this Statement within the given context.

Overrides:
execute in class ComputedVariableStatement
Parameters:
context - DML context to use for the evalution of this statement


Copyright © 2011 Quattor. All Rights Reserved.