| Package | Description |
|---|---|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Field and Description |
|---|---|
PrecedenceClimbingParser.Type |
PrecedenceClimbingParser.Token.type |
| Modifier and Type | Method and Description |
|---|---|
static PrecedenceClimbingParser.Type |
PrecedenceClimbingParser.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrecedenceClimbingParser.Type[] |
PrecedenceClimbingParser.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Op(PrecedenceClimbingParser.Type type,
Object o,
int left,
int right) |
Token(PrecedenceClimbingParser.Type type,
Object o,
int left,
int right) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.