org.quattor.pan.dml.operators
Class SimpleListVariable
java.lang.Object
org.quattor.pan.dml.AbstractOperation
org.quattor.pan.dml.operators.ListVariable
org.quattor.pan.dml.operators.SimpleListVariable
- All Implemented Interfaces:
- Operation
- Direct Known Subclasses:
- SelfSimpleListVariable
public class SimpleListVariable
- extends ListVariable
Looks up a simple variable in the execution context.
- Author:
- loomis
|
Method Summary |
Element |
execute(Context context)
Execute this operation within the given context. |
String |
toString()
Default string representation of an operation is the class' simple name. |
SimpleListVariable
public SimpleListVariable(SourceRange sourceRange,
String identifier)
execute
public Element execute(Context context)
- Description copied from interface:
Operation
- Execute this operation within the given context. If an error occurs, an
EvaluationException will be thrown with the details.
- Specified by:
execute in interface Operation- Specified by:
execute in class AbstractOperation
- Parameters:
context - evaluation context for the statement
- Returns:
- Element produced by running operation
toString
public String toString()
- Description copied from class:
AbstractOperation
- Default string representation of an operation is the class' simple name.
- Overrides:
toString in class AbstractOperation
- Returns:
- string of class' simple name
Copyright © 2012 Quattor. All Rights Reserved.