Package | Description |
---|---|
org.jparsec.examples.sql.ast |
Modifier and Type | Field and Description |
---|---|
Op |
UnaryRelationalExpression.operator |
Op |
UnaryExpression.operator |
Op |
BinaryRelationalExpression.operator |
Op |
BinaryExpression.operator |
Modifier and Type | Method and Description |
---|---|
static Op |
Op.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Op[] |
Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BinaryExpression(Expression left,
Op op,
Expression right) |
BinaryRelationalExpression(Expression expression,
Op operator,
Relation relation) |
UnaryExpression(Op operator,
Expression operand) |
UnaryRelationalExpression(Relation relation,
Op operator) |
Copyright © 2013–2016 jparsec. All rights reserved.