public class ParameterTypeJudgement extends TypeConformJudgement
| Constructor and Description |
|---|
ParameterTypeJudgement(Expression expression,
Expression conformsTo)
Deprecated.
Use
ParameterTypeJudgement(Expression, Variable) instead |
ParameterTypeJudgement(Expression expression,
Variable conformsTo) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Expression> |
getDependingExpressions()
Returns a set of expressions whose type changes must trigger a re-evaluation of this constraint
|
equals, getConformsTo, hashCode, toStringgetConstraint, getExpressionpublic ParameterTypeJudgement(Expression expression, Expression conformsTo)
ParameterTypeJudgement(Expression, Variable) insteadpublic ParameterTypeJudgement(Expression expression, Variable conformsTo)
public java.util.Set<Expression> getDependingExpressions()
AbstractTypeJudgementgetDependingExpressions in class TypeConformJudgement