Interface ISourceLookupResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getArtifact()
      Returns the artifact for which source lookup was performed, such as a stack frame.
      java.lang.String getEditorId()
      Returns the identifier of an editor used to display this result, or null if unknown.
      IEditorInput getEditorInput()
      Returns the editor input used to display result, or null if unknown.
      java.lang.Object getSourceElement()
      Returns the source element resolved during source lookup, or null if a source element was not resolved.
    • Method Detail

      • getArtifact

        java.lang.Object getArtifact()
        Returns the artifact for which source lookup was performed, such as a stack frame.
        Returns:
        the artifact for which source lookup was performed
      • getSourceElement

        java.lang.Object getSourceElement()
        Returns the source element resolved during source lookup, or null if a source element was not resolved.
        Returns:
        resolved source element or null if unknown
      • getEditorId

        java.lang.String getEditorId()
        Returns the identifier of an editor used to display this result, or null if unknown.
        Returns:
        the identifier of an editor used to display this result, or null if unknown
      • getEditorInput

        IEditorInput getEditorInput()
        Returns the editor input used to display result, or null if unknown.
        Returns:
        the editor input used to display result, or null if unknown