Class SimpleTextParser

java.lang.Object
io.ebeaninternal.server.querydefn.SimpleTextParser

public final class SimpleTextParser extends Object
  • Constructor Details

    • SimpleTextParser

      public SimpleTextParser(String oql)
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • getPos

      public int getPos()
    • getWord

      public String getWord()
    • isMatch

      public boolean isMatch(String lowerMatch, String nextWordMatch)
      Match the current and the next word.
    • isFinished

      public boolean isFinished()
    • findWordLower

      public int findWordLower(String lowerMatch, int afterPos)
    • findWordLower

      public int findWordLower(String lowerMatch)
    • isMatch

      public boolean isMatch(String lowerMatch)
      Match the current word.
    • nextWord

      public String nextWord()