Uses of Interface
net.sourceforge.pmd.lang.java.types.JWildcardType
Packages that use JWildcardType
Package
Description
Support for compile-time type resolution on the AST.
-
Uses of JWildcardType in net.sourceforge.pmd.lang.java.types
Fields in net.sourceforge.pmd.lang.java.types declared as JWildcardTypeModifier and TypeFieldDescriptionfinal JWildcardTypeTypeSystem.UNBOUNDED_WILDThe unbounded wildcard, "?".Methods in net.sourceforge.pmd.lang.java.types that return JWildcardTypeModifier and TypeMethodDescription@Nullable JWildcardTypeJTypeVar.getCapturedOrigin()Returns the original wildcard, if this is a capture variable.JWildcardType.subst(Function<? super SubstVar, ? extends @NonNull JTypeMirror> subst) TypeSystem.wildcard(boolean isUpperBound, @NonNull JTypeMirror bound) Builds a wildcard type with a single bound.JWildcardType.withAnnotations(org.pcollections.PSet<SymbolicValue.SymAnnot> newTypeAnnots) Methods in net.sourceforge.pmd.lang.java.types with parameters of type JWildcardTypeModifier and TypeMethodDescriptionbooleanJTypeVar.isCaptureOf(JWildcardType wildcard) Returns true if this is a capture variable for the given wildcard.default RJTypeVisitor.visitWildcard(JWildcardType t, P p)