org.basex.index.query
Interface IndexToken

All Known Implementing Classes:
FTLexer, IndexEntries, NumericRange, StringRange, StringToken

public interface IndexToken

This class defines access to index tokens.

Author:
BaseX Team 2005-12, BSD License, Christian Gruen

Method Summary
 byte[] get()
          Returns the current token.
 IndexType type()
          Returns the index type.
 

Method Detail

type

IndexType type()
Returns the index type.

Returns:
type

get

byte[] get()
Returns the current token.

Returns:
token