Class ErrorLocation

java.lang.Object
net.orbyfied.j8.command.ErrorLocation

public class ErrorLocation extends Object
  • Field Details

    • fromIndex

      protected int fromIndex
    • toIndex

      protected int toIndex
    • reader

      protected net.orbyfied.j8.util.StringReader reader
  • Constructor Details

    • ErrorLocation

      public ErrorLocation(net.orbyfied.j8.util.StringReader reader, int fromIndex, int toIndex)
  • Method Details

    • getStartIndex

      public int getStartIndex()
    • getEndIndex

      public int getEndIndex()
    • getReader

      public net.orbyfied.j8.util.StringReader getReader()