public class ReferencesSolver extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL_ARGUMENTS |
| Constructor and Description |
|---|
ReferencesSolver(ProblemsHandler problemsHandler,
LessCompiler.Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FoundMixin> |
findReferencedMixins(MixinReference mixinReference,
IScope scope) |
void |
solveReferences(ASTCssNode node,
IScope scope) |
protected void |
unsafeDoSolveReferences(ASTCssNode node,
IScope scope) |
public static final String ALL_ARGUMENTS
public ReferencesSolver(ProblemsHandler problemsHandler, LessCompiler.Configuration configuration)
public void solveReferences(ASTCssNode node, IScope scope)
protected void unsafeDoSolveReferences(ASTCssNode node, IScope scope)
protected List<FoundMixin> findReferencedMixins(MixinReference mixinReference, IScope scope)
Copyright © 2012-2015. All Rights Reserved.