| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast | |
| com.github.sommeri.less4j.utils |
| Modifier and Type | Method and Description |
|---|---|
BinaryExpressionOperator |
BinaryExpressionOperator.clone() |
BinaryExpressionOperator |
BinaryExpression.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryExpression.setOperator(BinaryExpressionOperator operator) |
| Constructor and Description |
|---|
BinaryExpression(HiddenTokenAwareTree token,
Expression left,
BinaryExpressionOperator operator,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CssPrinter.appendBinaryExpressionOperator(BinaryExpressionOperator operator) |
Copyright © 2012-2015. All Rights Reserved.