com.ibm.etools.cobol.application.model.cobol
Interface InspectBeforeOrAfterClause

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
InspectAfterClause, InspectBeforeClause

public interface InspectBeforeOrAfterClause
extends ASTNode

A representation of a BEFORE or AFTER clause in an INSPECT statement.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

isInitial

boolean isInitial()
Returns the value of the 'Initial' attribute.

The value is true if the INITIAL keyword is present; false otherwise.

Returns:
the value of the 'Initial' attribute.
See Also:
setInitial(boolean), COBOLPackage.getInspectBeforeOrAfterClause_Initial()

setInitial

void setInitial(boolean value)
Sets the value of the 'Initial' attribute.

Parameters:
value - the new value of the 'Initial' attribute.
See Also:
isInitial()

getDelimiter

DataRefOrLiteral getDelimiter()
Returns the value of the 'Delimiter' containment reference.

The value is the data item or literal specified in the clause.

Returns:
the value of the 'Delimiter' containment reference.
See Also:
setDelimiter(DataRefOrLiteral), COBOLPackage.getInspectBeforeOrAfterClause_Delimiter()

setDelimiter

void setDelimiter(DataRefOrLiteral value)
Sets the value of the 'Delimiter' containment reference.

Parameters:
value - the new value of the 'Delimiter' containment reference.
See Also:
getDelimiter()