| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast | |
| com.github.sommeri.less4j.core.compiler.expressions |
| Modifier and Type | Class and Description |
|---|---|
class |
GuardBinary |
class |
GuardCondition |
class |
GuardNegated |
| Modifier and Type | Method and Description |
|---|---|
Guard |
Guard.clone() |
Guard |
GuardNegated.getGuard() |
Guard |
GuardBinary.getLeft() |
Guard |
GuardBinary.getRight() |
| Modifier and Type | Method and Description |
|---|---|
List<Guard> |
RuleSet.getGuards() |
List<Guard> |
ReusableStructure.getGuards() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReusableStructure.addGuard(Guard guard) |
void |
RuleSet.addGuards(Guard guard) |
void |
GuardNegated.setGuard(Guard guard) |
void |
GuardBinary.setLeft(Guard left) |
void |
GuardBinary.setRight(Guard right) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.addGuards(List<Guard> guards) |
void |
ReusableStructure.addGuards(List<Guard> guards) |
| Constructor and Description |
|---|
GuardBinary(HiddenTokenAwareTree token,
Guard left,
GuardBinary.Operator operator,
Guard right) |
GuardNegated(HiddenTokenAwareTree token,
boolean isNegated,
Guard guard) |
GuardNegated(HiddenTokenAwareTree underlyingStructure,
Guard guard) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionEvaluator.evaluate(Guard guard) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionEvaluator.evaluate(List<Guard> guards) |
Copyright © 2012–2016. All rights reserved.