Uses of Interface
net.sourceforge.pmd.lang.java.types.JWildcardType
-
Packages that use JWildcardType Package Description net.sourceforge.pmd.lang.java.types 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 JWildcardType Modifier and Type Field Description JWildcardTypeTypeSystem. UNBOUNDED_WILDThe unbounded wildcard, "?".Methods in net.sourceforge.pmd.lang.java.types that return JWildcardType Modifier and Type Method Description @Nullable JWildcardTypeJTypeVar. getCapturedOrigin()Returns the original wildcard, if this is a capture variable.JWildcardTypeJWildcardType. subst(Function<? super SubstVar,? extends @NonNull JTypeMirror> subst)JWildcardTypeTypeSystem. wildcard(boolean isUpperBound, @NonNull JTypeMirror bound)Builds a wildcard type with a single bound.JWildcardTypeJWildcardType. withAnnotations(org.pcollections.PSet<SymbolicValue.SymAnnot> newTypeAnnots)Methods in net.sourceforge.pmd.lang.java.types with parameters of type JWildcardType Modifier and Type Method Description booleanJTypeVar. isCaptureOf(JWildcardType wildcard)Returns true if this is a capture variable for the given wildcard.default RJTypeVisitor. visitWildcard(JWildcardType t, P p)
-