KC's Workspace
    Preparing search index...

    Represents references of reflections to their defining source files.

    Index

    Constructors

    • Parameters

      • fileName: string
      • line: number
      • character: number

      Returns SourceReference

    Properties

    character: number

    The index of the character that emitted the declaration.

    fileName: string

    The filename of the source file.

    fullFileName: string

    The absolute filename of the source file.

    line: number

    The one based number of the line that emitted the declaration.

    url?: string

    URL for displaying the source file.

    Methods

    • Parameters

      Returns boolean

    • Returns SourceReference