All Superinterfaces:
DeclarationReference, Immutable

@Beta public interface DeclarationInText extends DeclarationReference
A DeclarationReference to a position within a some text document.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the column where the declaration starts.
    int
    Return the line where the declaration starts.

    Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationReference

    toHumanReadable
  • Method Details

    • startLine

      int startLine()
      Return the line where the declaration starts.
      Returns:
      A positive line number.
    • startColumn

      int startColumn()
      Return the column where the declaration starts.
      Returns:
      A positive column number.