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

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

public interface AlterClause
extends ASTNode

A representation of the procedure names in an ALTER statement.

The following features are supported:

See Also:
COBOLPackage.getAlterClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Paragraph getGoToIn()
          Returns the value of the 'Go To In' reference.
 SectionOrParagraph getToProceedTo()
          Returns the value of the 'To Proceed To' reference.
 void setGoToIn(Paragraph value)
          Sets the value of the 'Go To In' reference.
 void setToProceedTo(SectionOrParagraph value)
          Sets the value of the 'To Proceed To' 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

getGoToIn

Paragraph getGoToIn()
Returns the value of the 'Go To In' reference.

The value is the procedure before the TO keyword.

Returns:
the value of the 'Go To In' reference.
See Also:
setGoToIn(Paragraph), COBOLPackage.getAlterClause_GoToIn()

setGoToIn

void setGoToIn(Paragraph value)
Sets the value of the 'Go To In' reference.

Parameters:
value - the new value of the 'Go To In' reference.
See Also:
getGoToIn()

getToProceedTo

SectionOrParagraph getToProceedTo()
Returns the value of the 'To Proceed To' reference.

The value is the procedure after the TO PROCEED TO keywords.

Returns:
the value of the 'To Proceed To' reference.
See Also:
setToProceedTo(SectionOrParagraph), COBOLPackage.getAlterClause_ToProceedTo()

setToProceedTo

void setToProceedTo(SectionOrParagraph value)
Sets the value of the 'To Proceed To' reference.

Parameters:
value - the new value of the 'To Proceed To' reference.
See Also:
getToProceedTo()