| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.expressions | |
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.stages |
| Modifier and Type | Method and Description |
|---|---|
GuardValue |
MixinsGuardsValidator.andGuards(List<GuardValue> guards) |
GuardValue |
MixinsGuardsValidator.evaluateGuards(LinkedList<GuardValue> namespacesGuards,
ReusableStructure mixin)
CAREFULL: side-effect - the
namespacesGuards list is modified |
GuardValue |
MixinsGuardsValidator.evaluateGuards(ReusableStructure mixin) |
static GuardValue |
GuardValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GuardValue[] |
GuardValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GuardValue |
MixinsGuardsValidator.andGuards(List<GuardValue> guards) |
GuardValue |
MixinsGuardsValidator.evaluateGuards(LinkedList<GuardValue> namespacesGuards,
ReusableStructure mixin)
CAREFULL: side-effect - the
namespacesGuards list is modified |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<GuardValue> |
FoundMixin.getGuardsOnPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
FoundMixin.prefixGuardValue(GuardValue guardValue) |
| Modifier and Type | Method and Description |
|---|---|
GuardValue |
BodyCompilationData.getGuardValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyCompilationData.setGuardValue(GuardValue guardValue) |
Copyright © 2012-2015. All Rights Reserved.