| Modifier and Type | Class and Description |
|---|---|
static class |
MixinsDefinitionsStorage.MixinsPlaceholder |
| Constructor and Description |
|---|
MixinsDefinitionsStorage() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(MixinsDefinitionsStorage source) |
void |
addToPlaceholder(MixinsDefinitionsStorage otherStorage) |
MixinsDefinitionsStorage |
clone() |
void |
closePlaceholder() |
MixinsDefinitionsStorage.MixinsPlaceholder |
createPlaceholder() |
List<FullMixinDefinition> |
getAllMixins() |
List<FullMixinDefinition> |
getMixins(List<String> nameChain,
ReusableStructureName name) |
List<FullMixinDefinition> |
getMixins(ReusableStructureName name) |
List<FullMixinDefinition> |
getMixins(String name) |
void |
replacePlaceholder(MixinsDefinitionsStorage.MixinsPlaceholder mixinsPlaceholder,
MixinsDefinitionsStorage otherStorage) |
int |
size() |
void |
store(FullMixinDefinition mixin) |
void |
store(String name,
List<FullMixinDefinition> value) |
void |
storeAll(List<FullMixinDefinition> mixins) |
void |
storeAll(MixinsDefinitionsStorage otherStorage) |
String |
toString() |
public void store(FullMixinDefinition mixin)
public void store(String name, List<FullMixinDefinition> value)
public void storeAll(List<FullMixinDefinition> mixins)
public void storeAll(MixinsDefinitionsStorage otherStorage)
public List<FullMixinDefinition> getMixins(List<String> nameChain, ReusableStructureName name)
public List<FullMixinDefinition> getMixins(ReusableStructureName name)
public List<FullMixinDefinition> getMixins(String name)
public List<FullMixinDefinition> getAllMixins()
public void addToPlaceholder(MixinsDefinitionsStorage otherStorage)
public void replacePlaceholder(MixinsDefinitionsStorage.MixinsPlaceholder mixinsPlaceholder, MixinsDefinitionsStorage otherStorage)
public void addAll(MixinsDefinitionsStorage source)
public MixinsDefinitionsStorage.MixinsPlaceholder createPlaceholder()
public void closePlaceholder()
public int size()
public MixinsDefinitionsStorage clone()
Copyright © 2012-2014. All Rights Reserved.