Class NoEquivalence
java.lang.Object
org.eclipse.epsilon.flock.equivalences.Equivalence
org.eclipse.epsilon.flock.equivalences.NoEquivalence
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoEquivalence(IEolContext context, FlockExecution execution, ModelElement original) -
Method Summary
Modifier and TypeMethodDescriptionvoidautomaticallyPopulateEquivalent(ConservativeCopyContext context, IgnoredProperties ignoredProperties) booleaninthashCode()voidruleApplied(FlockExecution execution) toString()Methods inherited from class org.eclipse.epsilon.flock.equivalences.Equivalence
getContext, getVariables
-
Field Details
-
original
-
-
Constructor Details
-
NoEquivalence
-
-
Method Details
-
getOriginal
- Specified by:
getOriginalin classEquivalence
-
automaticallyPopulateEquivalent
public void automaticallyPopulateEquivalent(ConservativeCopyContext context, IgnoredProperties ignoredProperties) throws FlockRuntimeException - Specified by:
automaticallyPopulateEquivalentin classEquivalence- Throws:
FlockRuntimeException
-
getEquivalent
- Specified by:
getEquivalentin classEquivalence
-
ruleApplied
- Specified by:
ruleAppliedin classEquivalence
-
toString
- Specified by:
toStringin classEquivalence
-
equals
- Specified by:
equalsin classEquivalence
-
hashCode
public int hashCode()- Specified by:
hashCodein classEquivalence
-