| Package | Description |
|---|---|
| org.sqlite.parser.ast |
| Modifier and Type | Field | Description |
|---|---|---|
Operator |
BinaryExpr.op |
| Modifier and Type | Method | Description |
|---|---|---|
static Operator |
Operator.from(short tt) |
|
static Operator |
Operator.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
BinaryExpr(Expr lhs,
Operator op,
Expr rhs) |
Copyright © 2018. All rights reserved.