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