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

All Superinterfaces:
ASTNode, DeclarativesContent, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Stmt, UseStmt

public interface DebuggingUseStmt
extends UseStmt

A representation of a DEBUGGING declarative in the declaratives section of the PROCEDURE division.

The following features are supported:

See Also:
COBOLPackage.getDebuggingUseStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
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

isAllProcedures

boolean isAllProcedures()
Returns the value of the 'All Procedures' attribute.

The value is true if the ALL PROCEDURES clause is present; false otherwise.

Returns:
the value of the 'All Procedures' attribute.
See Also:
setAllProcedures(boolean), COBOLPackage.getDebuggingUseStmt_AllProcedures()

setAllProcedures

void setAllProcedures(boolean value)
Sets the value of the 'All Procedures' attribute.

Parameters:
value - the new value of the 'All Procedures' attribute.
See Also:
isAllProcedures()

getProcedures

java.util.List getProcedures()
Returns the value of the 'Procedures' reference list. The list contents are of type SectionOrParagraph.

The list contains the procedures specified in the declarative.

Returns:
the value of the 'Procedures' reference list.
See Also:
COBOLPackage.getDebuggingUseStmt_Procedures()