Home
last modified time | relevance | path

Searched defs:CapturesBound (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
H A DCapturesBound.java17 public class CapturesBound extends Bound { class
21 …public CapturesBound(List<InferenceVariable> inferenceVariables, List<ResolvedType> typesOrWildcar… in CapturesBound() method in CapturesBound