public interface NamedElement extends ASTNode
The following features are supported:
COBOLPackage.getNamedElement()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.lang.String getName()
The name of the the part of the COBOL program represented by the node that implements this interface.
setName(String),
COBOLPackage.getNamedElement_Name()