public interface InspectBeforeOrAfterClause extends ASTNode
The following features are supported:
COBOLPackage.getInspectBeforeOrAfterClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()