CodeQL library for Java
codeql/java-all 0.5.5 ( changelog , source )
Search

Member predicate IntersectionTypeAccess :: getABound

One of the bounds of this intersection type access expression.

For example, in the intersection type access expression Runnable & Cloneable, both Runnable and Cloneable are bounds.

Expr getABound ( )