|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ osm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.osm
Interface QueryOsmPath.Parser.Operators

- Enclosing interface:
- QueryOsmPath.Parser
- public static interface QueryOsmPath.Parser.Operators
Constants for operator tokens.
| Field Summary | |
static char |
Null
Null operation. |
static char |
SelectIndexEnd
Node index operation, end. |
static char |
SelectIndexStart
Node index operation, start. |
static char |
SelectNodeDot
Node select operation. |
static char |
SelectNodeSlash
Node select operation. |
static char |
SelectNodeWild
Wilcard select operation. |
| Field Detail |
Null
public static final char Null
- Null operation.
- See Also:
- Constant Field Values
SelectNodeDot
public static final char SelectNodeDot
- Node select operation.
- See Also:
- Constant Field Values
SelectNodeWild
public static final char SelectNodeWild
- Wilcard select operation.
- See Also:
- Constant Field Values
SelectNodeSlash
public static final char SelectNodeSlash
- Node select operation.
- See Also:
- Constant Field Values
SelectIndexStart
public static final char SelectIndexStart
- Node index operation, start.
- See Also:
- Constant Field Values
SelectIndexEnd
public static final char SelectIndexEnd
- Node index operation, end.
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ osm overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC