|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExceptionUseStmt
A representation of an EXCEPTION declarative in the declaratives section of the PROCEDURE division.
The following features are supported:
COBOLPackage.getExceptionUseStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
OpenMode |
getFileMode()
Returns the value of the 'File Mode' attribute. |
java.util.List |
getFiles()
Returns the value of the 'Files' reference list. |
boolean |
isError()
Returns the value of the 'Error' attribute. |
boolean |
isException()
Returns the value of the 'Exception' attribute. |
boolean |
isGlobal()
Returns the value of the 'Global' attribute. |
boolean |
isStandard()
Returns the value of the 'Standard' attribute. |
void |
setError(boolean value)
Sets the value of the ' Error' attribute. |
void |
setException(boolean value)
Sets the value of the ' Exception' attribute. |
void |
setFileMode(OpenMode value)
Sets the value of the ' File Mode' attribute. |
void |
setGlobal(boolean value)
Sets the value of the ' Global' attribute. |
void |
setStandard(boolean value)
Sets the value of the ' Standard' 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 |
|---|
boolean isGlobal()
The value is true if the GLOBAL keyword is present; false otherwise.
setGlobal(boolean),
COBOLPackage.getExceptionUseStmt_Global()void setGlobal(boolean value)
Global' attribute.
value - the new value of the 'Global' attribute.isGlobal()java.util.List getFiles()
FileDescriptionEntry.
The list contains the files specified in the ON clause.
COBOLPackage.getExceptionUseStmt_Files()OpenMode getFileMode()
OpenMode.
The value is a representation of either INPUT, OUTPUT, I-O, or EXTEND.
OpenMode,
setFileMode(OpenMode),
COBOLPackage.getExceptionUseStmt_FileMode()void setFileMode(OpenMode value)
File Mode' attribute.
value - the new value of the 'File Mode' attribute.OpenMode,
getFileMode()boolean isStandard()
The value is true if the STANDARD keyword is present; false otherwise.
setStandard(boolean),
COBOLPackage.getExceptionUseStmt_Standard()void setStandard(boolean value)
Standard' attribute.
value - the new value of the 'Standard' attribute.isStandard()boolean isException()
The value is true if the EXCEPTION keyword is present; false otherwise.
setException(boolean),
COBOLPackage.getExceptionUseStmt_Exception()void setException(boolean value)
Exception' attribute.
value - the new value of the 'Exception' attribute.isException()boolean isError()
The value is true if the ERROR keyword is present; false otherwise.
setError(boolean),
COBOLPackage.getExceptionUseStmt_Error()void setError(boolean value)
Error' attribute.
value - the new value of the 'Error' attribute.isError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||