| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast |
| Modifier and Type | Method and Description |
|---|---|
GuardBinary.Operator |
GuardBinary.getOperator() |
static GuardBinary.Operator |
GuardBinary.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardBinary.Operator[] |
GuardBinary.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GuardBinary.setOperator(GuardBinary.Operator operator) |
| Constructor and Description |
|---|
GuardBinary(HiddenTokenAwareTree token,
Guard left,
GuardBinary.Operator operator,
Guard right) |
Copyright © 2012–2016. All rights reserved.