| Modifier and Type | Method and Description |
|---|---|
ReusableStructure |
ReusableStructure.clone() |
ReusableStructure |
RuleSet.convertToReusableStructure()
Behavior of this method is undefined if it is not mixin.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionEvaluator.guardsSatisfied(ReusableStructure mixin) |
boolean |
MixinsGuardsValidator.guardsSatisfied(ReusableStructure mixin,
boolean assumeDefault) |
| Modifier and Type | Method and Description |
|---|---|
ReusableStructure |
FullMixinDefinition.getMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
ILocalScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
ComposedDumbScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
| Constructor and Description |
|---|
FullMixinDefinition(ReusableStructure mixin,
IScope mixinsBodyScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
SaveableLocalScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
void |
LocalScope.registerMixin(ReusableStructure mixin,
IScope mixinsBodyScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
MixinsParametersBuilder.handleMixinDeclarationArguments(HiddenTokenAwareTree token,
ReusableStructure declaration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemsHandler.undefinedMixinParameterValue(ReusableStructure mixin,
ArgumentDeclaration declaration,
MixinReference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemsHandler.ambiguousDefaultSet(MixinReference reference,
List<ReusableStructure> possibleMixins) |
Copyright © 2012-2014. All Rights Reserved.