public class QueryToken extends Object
QueryTokenizer
.Modifier and Type | Class and Description |
---|---|
static class |
QueryToken.Type |
Constructor and Description |
---|
QueryToken(String text,
QueryToken.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getText() |
QueryToken.Type |
getType() |
int |
hashCode() |
void |
setType(QueryToken.Type type) |
public QueryToken(String text, QueryToken.Type type)
public String getText()
public QueryToken.Type getType()
public void setType(QueryToken.Type type)
Copyright © 2003–2015 Atlassian. All rights reserved.