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

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

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

Subinterfaces of SourceFile in org.eclipse.modisco.omg.gastm
 interface CompilationUnit
          A representation of the model object 'Compilation Unit'.
 interface SourceFileReference
          A representation of the model object 'Source File Reference'.
 

Methods in org.eclipse.modisco.omg.gastm that return SourceFile
 SourceFile GASTMFactory.createSourceFile()
          Returns a new object of class 'Source File'.
 SourceFile SourceLocation.getInSourceFile()
          Returns the value of the 'In Source File' containment reference.
 SourceFile SourceFileReference.getOfSourceFile()
          Returns the value of the 'Of Source File' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type SourceFile
 void SourceLocation.setInSourceFile(SourceFile value)
          Sets the value of the 'In Source File' containment reference.
 void SourceFileReference.setOfSourceFile(SourceFile value)
          Sets the value of the 'Of Source File' reference.
 

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

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