Package de.monticore.types3.util
Class SymTypeLubCalculator
- java.lang.Object
-
- de.monticore.types3.util.SymTypeLubCalculator
-
public class SymTypeLubCalculator extends java.lang.Objectcalculates the least upper bound of a collection of SymTypes delegate of SymTypeRelations
-
-
Constructor Summary
Constructors Constructor Description SymTypeLubCalculator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanallDeepEquals(java.util.Collection<SymTypeExpression> types)java.util.Optional<SymTypeExpression>leastUpperBound(java.util.Collection<SymTypeExpression> types)
-
-
-
Method Detail
-
leastUpperBound
public java.util.Optional<SymTypeExpression> leastUpperBound(java.util.Collection<SymTypeExpression> types)
-
allDeepEquals
protected boolean allDeepEquals(java.util.Collection<SymTypeExpression> types)
-
-