public abstract class AssignmentStatement extends Statement
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
conditional |
protected boolean |
modifiable |
protected Path |
path |
| Modifier | Constructor and Description |
|---|---|
protected |
AssignmentStatement(SourceRange sourceRange,
Path path,
boolean conditional,
boolean modifiable) |
| Modifier and Type | Method and Description |
|---|---|
static AssignmentStatement |
createAssignmentStatement(SourceRange sourceRange,
Path path,
Element value,
boolean conditional,
boolean modifiable) |
static AssignmentStatement |
createAssignmentStatement(SourceRange sourceRange,
Path path,
Operation dml,
boolean conditional,
boolean modifiable) |
boolean |
isAbsolute() |
boolean |
isRelative() |
execute, getSourceRangeprotected final Path path
protected final boolean conditional
protected final boolean modifiable
protected AssignmentStatement(SourceRange sourceRange, Path path, boolean conditional, boolean modifiable) throws SyntaxException
SyntaxExceptionpublic boolean isAbsolute()
public boolean isRelative()
public static AssignmentStatement createAssignmentStatement(SourceRange sourceRange, Path path, Element value, boolean conditional, boolean modifiable) throws SyntaxException
SyntaxExceptionpublic static AssignmentStatement createAssignmentStatement(SourceRange sourceRange, Path path, Operation dml, boolean conditional, boolean modifiable) throws SyntaxException
SyntaxExceptionCopyright © 2014 Quattor. All Rights Reserved.