public class Bound extends BoundOrConstraint
ruleType| Constructor | Description |
|---|---|
Bound(JavaTypeDefinition leftProperType,
JavaTypeDefinition rightProperType,
InferenceRuleType ruleType) |
|
Bound(JavaTypeDefinition leftProperType,
Variable rightTypeVariable,
InferenceRuleType ruleType) |
|
Bound(Variable leftTypeVariable,
JavaTypeDefinition rightProperType,
InferenceRuleType ruleType) |
|
Bound(Variable leftTypeVariable,
Variable rightTypeVariable,
InferenceRuleType ruleType) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<BoundOrConstraint> |
reduce() |
addVariablesToSet, equals, getLeftMentionedVariable, getRightMentionedVariable, hashCode, isLeftArray, isLeftClassOrInterface, isLeftNull, isLeftPrimitive, isLeftProper, isLeftType, isLeftVariable, isRightArray, isRightClassOrInterface, isRightNull, isRightPrimitive, isRightProper, isRightType, isRightVariable, leftHasMentionedVariable, leftProper, leftVariable, rightHasMentionedVariable, rightProper, rightVariable, ruleTypepublic Bound(JavaTypeDefinition leftProperType, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)
public Bound(JavaTypeDefinition leftProperType, Variable rightTypeVariable, InferenceRuleType ruleType)
public Bound(Variable leftTypeVariable, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)
public Bound(Variable leftTypeVariable, Variable rightTypeVariable, InferenceRuleType ruleType)
public java.util.List<BoundOrConstraint> reduce()
reduce in class BoundOrConstraintCopyright © 2002–2018 PMD. All rights reserved.