Class ParseLocation

All Implemented Interfaces:
PointerInterface

public class ParseLocation extends Record
  • Field Details

  • Constructor Details

    • ParseLocation

      public ParseLocation(PointerContainer pointer)
    • ParseLocation

      public ParseLocation()
  • Method Details

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldBytes

      public void setFieldBytes(long bytes)
      the offset of the location in the parse buffer, as bytes
    • getFieldBytes

      public long getFieldBytes()
      the offset of the location in the parse buffer, as bytes
    • setFieldChars

      public void setFieldChars(long chars)
      the offset of the location in the parse buffer, as characters
    • getFieldChars

      public long getFieldChars()
      the offset of the location in the parse buffer, as characters
    • setFieldLines

      public void setFieldLines(long lines)
      the line of the location in the parse buffer
    • getFieldLines

      public long getFieldLines()
      the line of the location in the parse buffer
    • setFieldLineBytes

      public void setFieldLineBytes(long line_bytes)
      the position in the line, as bytes
    • getFieldLineBytes

      public long getFieldLineBytes()
      the position in the line, as bytes
    • setFieldLineChars

      public void setFieldLineChars(long line_chars)
      the position in the line, as characters
    • getFieldLineChars

      public long getFieldLineChars()
      the position in the line, as characters