Class Location

java.lang.Object
net.sourceforge.plantuml.json.Location

public class Location extends Object
An immutable object that represents a location in the parsed text.
  • Field Details

    • offset

      public final int offset
      The absolute character index, starting at 0.
    • line

      public final int line
      The line number, starting at 1.
    • column

      public final int column
      The column number, starting at 1.
  • Method Details