Uses of Interface
org.eclipse.modisco.omg.gastm.LabelAccess

Packages that use LabelAccess
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of LabelAccess in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return LabelAccess
 LabelAccess GASTMFactory.createLabelAccess()
          Returns a new object of class 'Label Access'.
 LabelAccess BreakStatement.getTarget()
          Returns the value of the 'Target' containment reference.
 LabelAccess ContinueStatement.getTarget()
          Returns the value of the 'Target' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type LabelAccess
 void BreakStatement.setTarget(LabelAccess value)
          Sets the value of the 'Target' containment reference.
 void ContinueStatement.setTarget(LabelAccess value)
          Sets the value of the 'Target' containment reference.
 

Uses of LabelAccess in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type LabelAccess
 T GASTMSwitch.caseLabelAccess(LabelAccess object)
          Returns the result of interpreting the object as an instance of 'Label Access'.