@ApiStatus.Internal public class KeywordToken extends java.lang.Object implements ISearchToken
| Constructor and Description |
|---|
KeywordToken(java.lang.String keyword) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyword() |
int |
matches(java.lang.String token) |
boolean |
required() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainspublic java.lang.String getKeyword()
getKeyword in interface ISearchTokenpublic boolean required()
required in interface ISearchTokenpublic int matches(java.lang.String token)
matches in interface ISearchToken