|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InspectBeforeOrAfterClause
A representation of a BEFORE or AFTER clause in an INSPECT statement.
The following features are supported:
COBOLPackage.getInspectBeforeOrAfterClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataRefOrLiteral |
getDelimiter()
Returns the value of the 'Delimiter' containment reference. |
boolean |
isInitial()
Returns the value of the 'Initial' attribute. |
void |
setDelimiter(DataRefOrLiteral value)
Sets the value of the ' Delimiter' containment reference. |
void |
setInitial(boolean value)
Sets the value of the ' Initial' 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 isInitial()
The value is true if the INITIAL keyword is present; false otherwise.
setInitial(boolean),
COBOLPackage.getInspectBeforeOrAfterClause_Initial()void setInitial(boolean value)
Initial' attribute.
value - the new value of the 'Initial' attribute.isInitial()DataRefOrLiteral getDelimiter()
The value is the data item or literal specified in the clause.
setDelimiter(DataRefOrLiteral),
COBOLPackage.getInspectBeforeOrAfterClause_Delimiter()void setDelimiter(DataRefOrLiteral value)
Delimiter' containment reference.
value - the new value of the 'Delimiter' containment reference.getDelimiter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||