| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast |
| Modifier and Type | Method and Description |
|---|---|
BinaryExpressionOperator.Operator |
BinaryExpressionOperator.getOperator() |
static BinaryExpressionOperator.Operator |
BinaryExpressionOperator.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryExpressionOperator.Operator[] |
BinaryExpressionOperator.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 |
BinaryExpressionOperator.setOperator(BinaryExpressionOperator.Operator operator) |
| Constructor and Description |
|---|
BinaryExpressionOperator(HiddenTokenAwareTree underlyingStructure,
BinaryExpressionOperator.Operator operator) |
Copyright © 2012-2015. All Rights Reserved.