|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.index.IndexToken
public abstract class IndexToken
This class defines access to index tokens.
| Nested Class Summary | |
|---|---|
static class |
IndexToken.Type
Index types. |
| Field Summary | |
|---|---|
byte[] |
text
Text. |
IndexToken.Type |
type
Index type. |
| Constructor Summary | |
|---|---|
IndexToken(IndexToken.Type t)
Constructor. |
|
| Method Summary | |
|---|---|
byte[] |
get()
Returns the current index token. |
boolean |
range()
Returns the range flag. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] text
public IndexToken.Type type
| Constructor Detail |
|---|
public IndexToken(IndexToken.Type t)
t - index type| Method Detail |
|---|
public byte[] get()
FTTokenizer.
public boolean range()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||