Modifier and Type | Field and Description |
---|---|
private Indexer.PathElement.Kind |
Indexer.PathElement.kind |
private static Indexer.PathElement.Kind[] |
Indexer.PathElement.KINDS |
Modifier and Type | Method and Description |
---|---|
static Indexer.PathElement.Kind |
Indexer.PathElement.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Indexer.PathElement.Kind[] |
Indexer.PathElement.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PathElement(Indexer.PathElement.Kind kind,
int pos) |