Uses of Class
org.quattor.pan.dml.operators.ListVariable

Packages that use ListVariable
org.quattor.pan.dml.operators Contains classes that implement all of the pan language operators. 
 

Uses of ListVariable in org.quattor.pan.dml.operators
 

Subclasses of ListVariable in org.quattor.pan.dml.operators
 class NestedListVariable
          Looks up a nested variable in the execution context.
 class SelfNestedListVariable
          Looks up a nested variable in the execution context.
 class SelfSimpleListVariable
          Looks up a simple variable in the execution context.
 class SimpleListVariable
          Looks up a simple variable in the execution context.
 

Methods in org.quattor.pan.dml.operators that return ListVariable
static ListVariable ListVariable.getInstance(SourceRange sourceRange, java.lang.String identifier, Operation... operations)
           
static ListVariable ListVariable.getInstance(Variable v)
           
 



Copyright © 2011 Quattor. All Rights Reserved.