public interface LineDirective extends PLINode
The following features are supported:
PLIPackage.getLineDirective()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
PLIName |
getFileSpecification()
Returns the value of the 'File Specification' containment reference.
|
Literal |
getLineNumber()
Returns the value of the 'Line Number' containment reference.
|
void |
setFileSpecification(PLIName value)
Sets the value of the '
File Specification' containment reference. |
void |
setLineNumber(Literal value)
Sets the value of the '
Line Number' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParentstatic final java.lang.String copyright
Literal getLineNumber()
setLineNumber(Literal),
PLIPackage.getLineDirective_LineNumber()void setLineNumber(Literal value)
Line Number' containment reference.
value - the new value of the 'Line Number' containment reference.getLineNumber()PLIName getFileSpecification()
setFileSpecification(PLIName),
PLIPackage.getLineDirective_FileSpecification()void setFileSpecification(PLIName value)
File Specification' containment reference.
value - the new value of the 'File Specification' containment reference.getFileSpecification()