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