Uses of Class
org.quattor.pan.statement.AssignmentStatement

Packages that use AssignmentStatement
org.quattor.pan.statement Provides classes that implement the core declarative statements of the pan language. 
 

Uses of AssignmentStatement in org.quattor.pan.statement
 

Subclasses of AssignmentStatement in org.quattor.pan.statement
 class AbsoluteAssignmentStatement
          Assigns either a constant or computed value to an absolute path.
 class ComputedAssignmentStatement
          Assigns a constant or computed value to a path.
 class ConstantAssignmentStatement
          Assigns either a constant or computed value to an absolute path.
 class DeleteAssignmentStatement
          Assigns either a constant or computed value to an absolute path.
 class RelativeAssignmentStatement
          Assigns a constant or computed value to a relative path.
 

Methods in org.quattor.pan.statement that return AssignmentStatement
static AssignmentStatement AssignmentStatement.createAssignmentStatement(SourceRange sourceRange, Path path, Element value, boolean conditional, boolean modifiable)
           
static AssignmentStatement AssignmentStatement.createAssignmentStatement(SourceRange sourceRange, Path path, Operation dml, boolean conditional, boolean modifiable)
           
 



Copyright © 2011 Quattor. All Rights Reserved.