java.lang.Object
io.ebeaninternal.server.querydefn.SimpleTextParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintfindWordLower(String lowerMatch) intfindWordLower(String lowerMatch, int afterPos) intgetPos()getWord()booleanisEmpty()booleanbooleanMatch the current word.booleanMatch the current and the next word.nextWord()
-
Constructor Details
-
SimpleTextParser
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getPos
public int getPos() -
getWord
-
isMatch
Match the current and the next word. -
isFinished
public boolean isFinished() -
findWordLower
-
findWordLower
-
isMatch
Match the current word. -
nextWord
-