Class QueryToken
- java.lang.Object
-
- com.atlassian.confluence.search.contentnames.QueryToken
-
public class QueryToken extends Object
A token emitted from tokenization performed byQueryTokenizer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueryToken.Type
-
Constructor Summary
Constructors Constructor Description QueryToken(String text, QueryToken.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetText()QueryToken.TypegetType()inthashCode()voidsetType(QueryToken.Type type)
-
-
-
Constructor Detail
-
QueryToken
public QueryToken(String text, QueryToken.Type type)
-
-
Method Detail
-
getText
public String getText()
-
getType
public QueryToken.Type getType()
-
setType
public void setType(QueryToken.Type type)
-
-