| Package | Description |
|---|---|
| org.quattor.pan.statement |
Provides classes that implement the core declarative statements of the
pan language.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2014 Quattor. All Rights Reserved.