public interface PositionClause extends ASTNode
The following features are supported:
COBOLPackage.getPositionClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
int |
getPosition()
Returns the value of the 'Position' attribute.
|
void |
setPosition(int value)
Sets the value of the '
Position' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
int getPosition()
setPosition(int),
COBOLPackage.getPositionClause_Position()void setPosition(int value)
Position' attribute.
value - the new value of the 'Position' attribute.getPosition()