| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast |
| Modifier and Type | Method and Description |
|---|---|
SignedExpression.Sign |
SignedExpression.getSign() |
static SignedExpression.Sign |
SignedExpression.Sign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignedExpression.Sign[] |
SignedExpression.Sign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignedExpression.setSign(SignedExpression.Sign sign) |
| Constructor and Description |
|---|
SignedExpression(HiddenTokenAwareTree token,
SignedExpression.Sign sign,
Expression expression) |
Copyright © 2012-2015. All Rights Reserved.