Uses of Class
net.sourceforge.pmd.lang.java.typeresolution.typeinference.InferenceRuleType
-
Packages that use InferenceRuleType Package Description net.sourceforge.pmd.lang.java.typeresolution.typeinference -
-
Uses of InferenceRuleType in net.sourceforge.pmd.lang.java.typeresolution.typeinference
Fields in net.sourceforge.pmd.lang.java.typeresolution.typeinference declared as InferenceRuleType Modifier and Type Field Description protected InferenceRuleTypeBoundOrConstraint. ruleTypeDeprecated.Methods in net.sourceforge.pmd.lang.java.typeresolution.typeinference that return InferenceRuleType Modifier and Type Method Description InferenceRuleTypeBoundOrConstraint. ruleType()Deprecated.static InferenceRuleTypeInferenceRuleType. valueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static InferenceRuleType[]InferenceRuleType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sourceforge.pmd.lang.java.typeresolution.typeinference with parameters of type InferenceRuleType Constructor Description Bound(JavaTypeDefinition leftProperType, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)Deprecated.Bound(JavaTypeDefinition leftProperType, Variable rightTypeVariable, InferenceRuleType ruleType)Deprecated.Bound(Variable leftTypeVariable, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)Deprecated.Bound(Variable leftTypeVariable, Variable rightTypeVariable, InferenceRuleType ruleType)Deprecated.BoundOrConstraint(JavaTypeDefinition leftProperType, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)Deprecated.BoundOrConstraint(JavaTypeDefinition leftProperType, Variable rightTypeVariable, InferenceRuleType ruleType)Deprecated.BoundOrConstraint(Variable leftTypeVariable, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)Deprecated.BoundOrConstraint(Variable leftTypeVariable, Variable rightTypeVariable, InferenceRuleType ruleType)Deprecated.Constraint(JavaTypeDefinition leftProperType, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)Deprecated.Constraint(JavaTypeDefinition leftProperType, Variable rightTypeVariable, InferenceRuleType ruleType)Deprecated.Constraint(Variable leftTypeVariable, JavaTypeDefinition rightProperType, InferenceRuleType ruleType)Deprecated.Constraint(Variable leftTypeVariable, Variable rightTypeVariable, InferenceRuleType ruleType)Deprecated.
-