org.eclipse.modisco.omg.gastm
Interface CaseBlock

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, MinorSyntaxObject, SwitchCase

public interface CaseBlock
extends SwitchCase

A representation of the model object 'Case Block'.

The following features are supported:

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

Method Summary
  getCaseExpressions()
          Returns the value of the 'Case Expressions' containment reference list.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.SwitchCase
getBody, getIsEvaluateAllCases, setIsEvaluateAllCases
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getCaseExpressions

 getCaseExpressions()
Returns the value of the 'Case Expressions' containment reference list. The list contents are of type Expression.

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

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