Uses of Class
net.sourceforge.pmd.lang.java.types.JIntersectionType
-
Packages that use JIntersectionType Package Description net.sourceforge.pmd.lang.java.types Support for compile-time type resolution on the AST. -
-
Uses of JIntersectionType in net.sourceforge.pmd.lang.java.types
Methods in net.sourceforge.pmd.lang.java.types that return JIntersectionType Modifier and Type Method Description JIntersectionTypeJIntersectionType. subst(Function<? super SubstVar,? extends @NonNull JTypeMirror> subst)Methods in net.sourceforge.pmd.lang.java.types with parameters of type JIntersectionType Modifier and Type Method Description default RJTypeVisitor. visitIntersection(JIntersectionType t, P p)
-