| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.stages |
| Modifier and Type | Method and Description |
|---|---|
List<FullMixinDefinition> |
Scope.getAllMixins() |
List<FullMixinDefinition> |
MixinsDefinitionsStorage.getAllMixins() |
List<FullMixinDefinition> |
MixinsDefinitionsStorage.getMixins(ReusableStructureName name) |
List<FullMixinDefinition> |
Scope.getNearestMixins(MixinReference reference,
ProblemsHandler problemsHandler) |
List<FullMixinDefinition> |
Scope.getNearestMixins(ReusableStructureName name) |
protected List<FullMixinDefinition> |
MixinsDefinitionsStorage.getStoredList(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MixinsDefinitionsStorage.doStore(String name,
FullMixinDefinition mixin) |
void |
MixinsDefinitionsStorage.store(FullMixinDefinition mixin) |
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.addAllMixins(List<FullMixinDefinition> mixins) |
protected void |
MixinsDefinitionsStorage.doStore(String name,
List<FullMixinDefinition> mixins) |
void |
MixinsDefinitionsStorage.store(String name,
List<FullMixinDefinition> value) |
void |
MixinsDefinitionsStorage.storeAll(List<FullMixinDefinition> mixins) |
| Modifier and Type | Method and Description |
|---|---|
List<FullMixinDefinition> |
MixinsReferenceMatcher.filter(MixinReference reference,
List<FullMixinDefinition> mixins) |
protected List<FullMixinDefinition> |
ReferencesSolver.findReferencedMixins(MixinReference mixinReference,
Scope scope) |
| Modifier and Type | Method and Description |
|---|---|
List<FullMixinDefinition> |
MixinsReferenceMatcher.filter(MixinReference reference,
List<FullMixinDefinition> mixins) |
Copyright © 2012-2013. All Rights Reserved.