public class MixinsGuardsValidator extends Object
| Constructor and Description |
|---|
MixinsGuardsValidator(IScope scope,
ProblemsHandler problemsHandler,
LessCompiler.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
GuardValue |
andGuards(List<GuardValue> guards) |
GuardValue |
evaluateGuards(LinkedList<GuardValue> namespacesGuards,
ReusableStructure mixin)
CAREFULL: side-effect - the
namespacesGuards list is modified |
GuardValue |
evaluateGuards(ReusableStructure mixin) |
boolean |
guardsSatisfied(ReusableStructure mixin,
boolean assumeDefault) |
public MixinsGuardsValidator(IScope scope, ProblemsHandler problemsHandler, LessCompiler.Configuration configuration)
public boolean guardsSatisfied(ReusableStructure mixin, boolean assumeDefault)
public GuardValue evaluateGuards(ReusableStructure mixin)
public GuardValue evaluateGuards(LinkedList<GuardValue> namespacesGuards, ReusableStructure mixin)
namespacesGuards list is modifiednamespacesGuards - mixin - public GuardValue andGuards(List<GuardValue> guards)
Copyright © 2012-2015. All Rights Reserved.