Class CapturesBound


  • public class CapturesBound
    extends Bound
    Capture(G): The variables α1, ..., αn represent the result of capture conversion (§5.1.10) applied to G (where A1, ..., An may be types or wildcards and may mention inference variables).
    Author:
    Federico Tomassetti
    • Constructor Detail

      • CapturesBound

        public CapturesBound​(List<InferenceVariable> inferenceVariables,
                             List<com.github.javaparser.resolution.types.ResolvedType> typesOrWildcards)