| Interface | Description |
|---|---|
| Parser<T> |
Generic parsing interface.
|
| ParseSession.Action |
Callback interface used by
ParseSession.performParseSessionAction()
and ParseSession.performParseSessionActionWithCurrentTransaction(). |
| Class | Description |
|---|---|
| CompositeIndexParser |
Parses a composite index.
|
| EnumNameParser<T extends Enum<T>> | |
| FieldTypeParser<T> |
Parses a value having type supported by a
FieldType. |
| IndexedFieldParser |
Parses the name of an indexed field.
|
| IndexedFieldParser.Result |
Result returned from an
IndexedFieldParser parse. |
| ObjIdParser |
Parses object IDs.
|
| ObjInfo |
Utility class holding meta-data about a database object.
|
| ObjTypeParser |
Parses an object type name.
|
| ParseSession |
A
Session with support for parsing Java expressions. |
| ParseUtil |
Parsing utility routines.
|
| SpaceParser |
Parses whitespace.
|
| WordParser |
Parses a word (one or more non-whitespace characters).
|
| Exception | Description |
|---|---|
| ParseException |
Copyright © 2017. All rights reserved.