Uses of Enum Class
net.sourceforge.pmd.lang.java.types.TypeOps.Convertibility
Packages that use TypeOps.Convertibility
Package
Description
Support for compile-time type resolution on the AST.
-
Uses of TypeOps.Convertibility in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return TypeOps.ConvertibilityModifier and TypeMethodDescriptionstatic TypeOps.ConvertibilityTypeOps.isConvertible(@NonNull JTypeMirror t, @NonNull JTypeMirror s) static TypeOps.ConvertibilityTypeOps.isConvertible(@NonNull JTypeMirror t, @NonNull JTypeMirror s, boolean capture) Deprecated.static TypeOps.ConvertibilityTypeOps.isConvertibleNoCapture(@NonNull JTypeMirror t, @NonNull JTypeMirror s) static TypeOps.ConvertibilityTypeOps.isConvertiblePure(JTypeMirror t, JTypeMirror s) default TypeOps.ConvertibilityJTypeMirror.isConvertibleTo(@NonNull JTypeMirror other) Tests this type's convertibility to the other type.static TypeOps.ConvertibilityReturns the enum constant of this class with the specified name.static TypeOps.Convertibility[]TypeOps.Convertibility.values()Returns an array containing the constants of this enum class, in the order they are declared.