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. ruleTypeMethods in net.sourceforge.pmd.lang.java.typeresolution.typeinference that return InferenceRuleType Modifier and Type Method Description InferenceRuleTypeBoundOrConstraint. ruleType()static InferenceRuleTypeInferenceRuleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InferenceRuleType[]InferenceRuleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-