| Package | Description |
|---|---|
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
TokenKind |
Token.getKind() |
static TokenKind |
TokenKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TokenKind[] |
TokenKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TokenList.appendEdmTypedToken(int position,
TokenKind kind,
String uriLiteral,
EdmLiteral javaLiteral)
Append UriLiteral Token to tokens parameter
|
void |
TokenList.appendToken(int position,
TokenKind kind,
char charValue)
Append CharValue Token to tokens parameter
|
void |
TokenList.appendToken(int position,
TokenKind kind,
String uriLiteral)
Append StringValue Token to tokens parameter
|
static TokenizerExpectError |
TokenizerExpectError.createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind,
Token actualToken) |
static ExpressionParserInternalError |
ExpressionParserInternalError.createINVALID_TOKENKIND_AT(TokenKind expectedTokenKind,
Token actualToken) |
Token |
TokenList.expectToken(TokenKind comma) |
Token |
TokenList.expectToken(TokenKind comma,
boolean throwFilterExpression) |
| Constructor and Description |
|---|
Token(TokenKind kind,
int position,
String uriLiteral) |
Token(TokenKind kind,
int position,
String uriLiteral,
EdmLiteral javaLiteral) |
Copyright © 2020. All rights reserved.