Class ModelSourceInformationElement


  • public class ModelSourceInformationElement
    extends Object
    Container for source-related information about a model element.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • ModelSourceInformationElement

        public ModelSourceInformationElement​(String aSnippet,
                                             String aFilePath,
                                             int aLineNumber)
        Creates an instance.
        Parameters:
        aSnippet - the original snippet
        aFilePath - the file path
        aLineNumber - the line number
    • Method Detail

      • getSnippet

        public String getSnippet()
      • getFilePath

        public String getFilePath()
      • getLineNumber

        public int getLineNumber()