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

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

public interface GoToConditionalStmt
extends GoToStmt

A representation of a conditional GO TO statement.

The following features are supported:

See Also:
COBOLPackage.getGoToConditionalStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataRef getDependingOn()
          Returns the value of the 'Depending On' containment reference.
 java.util.List getProcedures()
          Returns the value of the 'Procedures' reference list.
 void setDependingOn(DataRef value)
          Sets the value of the 'Depending On' containment reference.
 
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

getProcedures

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

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

getDependingOn

DataRef getDependingOn()
Returns the value of the 'Depending On' containment reference.

Returns:
the value of the 'Depending On' containment reference.
See Also:
setDependingOn(DataRef), COBOLPackage.getGoToConditionalStmt_DependingOn()

setDependingOn

void setDependingOn(DataRef value)
Sets the value of the 'Depending On' containment reference.

Parameters:
value - the new value of the 'Depending On' containment reference.
See Also:
getDependingOn()