类 TextResourceOrigin.Location

    • 构造器详细资料

      • Location

        public Location​(int line,
                        int column)
        Create a new TextResourceOrigin.Location instance.
        参数:
        line - the line number (zero indexed)
        column - the column number (zero indexed)
    • 方法详细资料

      • getLine

        public int getLine()
        Return the line of the text resource where the property originated.
        返回:
        the line number (zero indexed)
      • getColumn

        public int getColumn()
        Return the column of the text resource where the property originated.
        返回:
        the column number (zero indexed)