| Package | Description |
|---|---|
| xyz.cofe.logs.ast |
| Modifier and Type | Field and Description |
|---|---|
Compare.Operator |
Compare.operator |
| Modifier and Type | Method and Description |
|---|---|
static Compare.Operator |
Compare.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compare.Operator[] |
Compare.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Compare(Compare.Operator op,
AstNode left,
AstNode right) |
Copyright © 2017. All rights reserved.