public class

QueryToken

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.search.contentnames.QueryToken

Class Overview

A token emitted from tokenization performed by QueryTokenizer.

Summary

Nested Classes
enum QueryToken.Type  
Public Constructors
QueryToken(String text, QueryToken.Type type)
Public Methods
boolean equals(Object obj)
String getText()
QueryToken.Type getType()
int hashCode()
void setType(QueryToken.Type type)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public QueryToken (String text, QueryToken.Type type)

Public Methods

public boolean equals (Object obj)

public String getText ()

public QueryToken.Type getType ()

public int hashCode ()

public void setType (QueryToken.Type type)