public interface FilePositionClause extends ASTNode
The following features are supported:
COBOLPackage.getFilePositionClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
PositionClause |
getPositionClause()
Returns the value of the 'Position Clause' containment reference.
|
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setPositionClause(PositionClause value)
Sets the value of the '
Position Clause' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getFilePositionClause_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()PositionClause getPositionClause()
The value is a representation of the POSITION clause; if the clause is not present, the value is null.
setPositionClause(PositionClause),
COBOLPackage.getFilePositionClause_PositionClause()void setPositionClause(PositionClause value)
Position Clause' containment reference.
value - the new value of the 'Position Clause' containment reference.getPositionClause()