|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.search.contentnames.QueryToken
public class QueryToken
A token emitted from tokenization performed by QueryTokenizer
.
Nested Class Summary | |
---|---|
static class |
QueryToken.Type
|
Constructor Summary | |
---|---|
QueryToken(String text,
QueryToken.Type type)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getText()
|
QueryToken.Type |
getType()
|
int |
hashCode()
|
void |
setType(QueryToken.Type type)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryToken(String text, QueryToken.Type type)
Method Detail |
---|
public String getText()
public QueryToken.Type getType()
public void setType(QueryToken.Type type)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |