org.quattor.pan.dml.operators
Class ListVariable
java.lang.Object
org.quattor.pan.dml.AbstractOperation
org.quattor.pan.dml.operators.ListVariable
- All Implemented Interfaces:
- Operation
- Direct Known Subclasses:
- NestedListVariable, SimpleListVariable
public abstract class ListVariable
- extends AbstractOperation
Looks up and potentially dereferences a variable in the execution context.
- Author:
- loomis
|
Field Summary |
protected java.lang.String |
identifier
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
identifier
protected final java.lang.String identifier
ListVariable
protected ListVariable(SourceRange sourceRange,
java.lang.String identifier,
Operation... operations)
getInstance
public static ListVariable getInstance(SourceRange sourceRange,
java.lang.String identifier,
Operation... operations)
getInstance
public static ListVariable getInstance(Variable v)
Copyright © 2011 Quattor. All Rights Reserved.