com.atlassian.confluence.search.contentnames
Class QueryToken
java.lang.Object
com.atlassian.confluence.search.contentnames.QueryToken
public class QueryToken
- extends Object
A token emitted from tokenization performed by QueryTokenizer.
QueryToken
public QueryToken(String text,
QueryToken.Type type)
getText
public String getText()
getType
public QueryToken.Type getType()
setType
public void setType(QueryToken.Type type)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2003-2013 Atlassian. All Rights Reserved.