public interface DebuggingUseStmt extends UseStmt
The following features are supported:
COBOLPackage.getDebuggingUseStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getProcedures()
Returns the value of the 'Procedures' reference list.
|
boolean |
isAllProcedures()
Returns the value of the 'All Procedures' attribute.
|
void |
setAllProcedures(boolean value)
Sets the value of the '
All Procedures' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isAllProcedures()
The value is true if the ALL PROCEDURES clause is present; false otherwise.
setAllProcedures(boolean),
COBOLPackage.getDebuggingUseStmt_AllProcedures()void setAllProcedures(boolean value)
All Procedures' attribute.
value - the new value of the 'All Procedures' attribute.isAllProcedures()java.util.List getProcedures()
SectionOrParagraph.
The list contains the procedures specified in the declarative.
COBOLPackage.getDebuggingUseStmt_Procedures()