|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CopyStmt
A representation of a COPY statement.
The following features are supported:
COBOLPackage.getCopyStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
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 |
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||