Class LexerPosition

java.lang.Object
com.refinedmods.refinedstorage.query.lexer.LexerPosition

public class LexerPosition extends Object
  • Constructor Details

    • LexerPosition

      public LexerPosition()
  • Method Details

    • nextLine

      public void nextLine()
    • advance

      public void advance()
    • advance

      public void advance(int n)
    • reset

      public void reset()
    • advanceAndReset

      public void advanceAndReset()
    • createRange

      public TokenRange createRange()
    • getStartIndex

      public int getStartIndex()
    • getEndIndex

      public int getEndIndex()