| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.compiler.scopes | |
| com.github.sommeri.less4j.core.compiler.scopes.local | |
| com.github.sommeri.less4j.core.compiler.stages |
| Modifier and Type | Method and Description |
|---|---|
List<FullMixinDefinition> |
ILocalScope.getAllMixins() |
List<FullMixinDefinition> |
ComposedDumbScope.getAllMixins() |
List<FullMixinDefinition> |
ILocalScope.getMixinsByName(List<String> nameChain,
ReusableStructureName name) |
List<FullMixinDefinition> |
ComposedDumbScope.getMixinsByName(List<String> nameChain,
ReusableStructureName name) |
List<FullMixinDefinition> |
ILocalScope.getMixinsByName(ReusableStructureName name) |
List<FullMixinDefinition> |
ComposedDumbScope.getMixinsByName(ReusableStructureName name) |
List<FullMixinDefinition> |
ILocalScope.getMixinsByName(String name) |
List<FullMixinDefinition> |
ComposedDumbScope.getMixinsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ILocalScope.addAllMixins(List<FullMixinDefinition> mixins) |
void |
ComposedDumbScope.addAllMixins(List<FullMixinDefinition> mixins) |
| Modifier and Type | Method and Description |
|---|---|
void |
MixinsDefinitionsStorage.store(FullMixinDefinition mixin) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveableLocalScope.addAllMixins(List<FullMixinDefinition> mixins) |
void |
LocalScope.addAllMixins(List<FullMixinDefinition> mixins) |
void |
MixinsDefinitionsStorage.store(String name,
List<FullMixinDefinition> value) |
void |
MixinsDefinitionsStorage.storeAll(List<FullMixinDefinition> mixins) |
| Constructor and Description |
|---|
MixinsDefinitionsStorage.MixinsPlaceholder(KeyListStorage.ListPlaceholder<String,FullMixinDefinition> coolPlaceholder) |
| Modifier and Type | Method and Description |
|---|---|
List<FullMixinDefinition> |
MixinsReferenceMatcher.filterByParametersNumber(MixinReference reference,
List<FullMixinDefinition> mixins) |
List<FullMixinDefinition> |
MixinsReferenceMatcher.filterByPatterns(MixinReference reference,
List<FullMixinDefinition> mixins) |
protected List<FullMixinDefinition> |
ReferencesSolver.findReferencedMixins(MixinReference mixinReference,
IScope scope) |
List<FullMixinDefinition> |
MixinReferenceFinder.getNearestMixins(IScope scope,
MixinReference reference)
Find referenced mixins by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<FullMixinDefinition> |
MixinsReferenceMatcher.filterByParametersNumber(MixinReference reference,
List<FullMixinDefinition> mixins) |
List<FullMixinDefinition> |
MixinsReferenceMatcher.filterByPatterns(MixinReference reference,
List<FullMixinDefinition> mixins) |
Copyright © 2012-2014. All Rights Reserved.