public interface CopyStmt extends CompilerDirectingStmt
The following features are supported:
COBOLPackage.getCopyStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
LibraryClause |
getLibraryClause()
Returns the value of the 'Library Clause' containment reference.
|
Literal |
getLiteral()
Returns the value of the 'Literal' containment reference.
|
CopyReplacingClause |
getReplacingClause()
Returns the value of the 'Replacing Clause' containment reference.
|
CopyReplacingPartialWordClause |
getReplacingPartialWordClause()
Returns the value of the 'Replacing Partial Word Clause' containment reference.
|
java.lang.String |
getTextName()
Returns the value of the 'Text Name' attribute.
|
boolean |
isSuppressUsed()
Returns the value of the 'Suppress Used' attribute.
|
void |
setLibraryClause(LibraryClause value)
Sets the value of the '
Library Clause' containment reference. |
void |
setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
setReplacingClause(CopyReplacingClause value)
Sets the value of the '
Replacing Clause' containment reference. |
void |
setReplacingPartialWordClause(CopyReplacingPartialWordClause value)
Sets the value of the '
Replacing Partial Word Clause' containment reference. |
void |
setSuppressUsed(boolean value)
Sets the value of the '
Suppress Used' attribute. |
void |
setTextName(java.lang.String value)
Sets the value of the '
Text 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 getTextName()
The value is the text name immediately following the COPY keyword; if a literal follows the COPY keyword, the value is null.
setTextName(String),
COBOLPackage.getCopyStmt_TextName()void setTextName(java.lang.String value)
Text Name' attribute.
value - the new value of the 'Text Name' attribute.getTextName()Literal getLiteral()
The value is the literal following the COPY keyword; if a text name follows the COPY keyword, the value is null.
setLiteral(Literal),
COBOLPackage.getCopyStmt_Literal()void setLiteral(Literal value)
Literal' containment reference.
value - the new value of the 'Literal' containment reference.getLiteral()LibraryClause getLibraryClause()
The value is a representation of the library clause; if there is no library clause, the value is null.
setLibraryClause(LibraryClause),
COBOLPackage.getCopyStmt_LibraryClause()void setLibraryClause(LibraryClause value)
Library Clause' containment reference.
value - the new value of the 'Library Clause' containment reference.getLibraryClause()boolean isSuppressUsed()
The value is true if the SUPPRESS keyword is present; false otherwise.
setSuppressUsed(boolean),
COBOLPackage.getCopyStmt_SuppressUsed()void setSuppressUsed(boolean value)
Suppress Used' attribute.
value - the new value of the 'Suppress Used' attribute.isSuppressUsed()CopyReplacingClause getReplacingClause()
The value is a representation of the replacing clause; if there is no replacing clause, the value is null.
setReplacingClause(CopyReplacingClause),
COBOLPackage.getCopyStmt_ReplacingClause()void setReplacingClause(CopyReplacingClause value)
Replacing Clause' containment reference.
value - the new value of the 'Replacing Clause' containment reference.getReplacingClause()CopyReplacingPartialWordClause getReplacingPartialWordClause()
If the meaning of the 'Replacing Partial Word Clause' containment reference isn't clear, there really should be more of a description here...
setReplacingPartialWordClause(CopyReplacingPartialWordClause),
COBOLPackage.getCopyStmt_ReplacingPartialWordClause()void setReplacingPartialWordClause(CopyReplacingPartialWordClause value)
Replacing Partial Word Clause' containment reference.
value - the new value of the 'Replacing Partial Word Clause' containment reference.getReplacingPartialWordClause()