org.eclipse.modisco.omg.gastm
Interface TypesCatchBlock

All Superinterfaces:
CatchBlock, GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface TypesCatchBlock
extends CatchBlock

A representation of the model object 'Types Catch Block'.

The following features are supported:

See Also:
GASTMPackage.getTypesCatchBlock()
Generated:
Model:

Method Summary
  getExceptions()
          Returns the value of the 'Exceptions' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.CatchBlock
getBody, setBody
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getExceptions

 getExceptions()
Returns the value of the 'Exceptions' containment reference list. The list contents are of type Type.

If the meaning of the 'Exceptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exceptions' containment reference list.
See Also:
GASTMPackage.getTypesCatchBlock_Exceptions()
Generated:
Model:
containment="true" required="true"