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

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

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

Methods in org.eclipse.modisco.omg.gastm that return SourceLocation
 SourceLocation GASTMFactory.createSourceLocation()
          Returns a new object of class 'Source Location'.
 SourceLocation GASTMSyntaxObject.getLocationInfo()
          Returns the value of the 'Location Info' containment reference.
 SourceLocation SourceFileReference.getLocationInfo()
          Returns the value of the 'Location Info' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type SourceLocation
 void GASTMSyntaxObject.setLocationInfo(SourceLocation value)
          Sets the value of the 'Location Info' containment reference.
 void SourceFileReference.setLocationInfo(SourceLocation value)
          Sets the value of the 'Location Info' containment reference.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type SourceLocation
 T GASTMSwitch.caseSourceLocation(SourceLocation object)
          Returns the result of interpreting the object as an instance of 'Source Location'.