Searched defs:inferenceVariable (Results 1 – 10 of 10) sorted by relevance
19 private InferenceVariable inferenceVariable; field in ThrowsBound21 public ThrowsBound(InferenceVariable inferenceVariable) { in ThrowsBound()59 public boolean isThrowsBoundOn(InferenceVariable inferenceVariable) { in isThrowsBoundOn()
71 Optional<ProperLowerBound> isProperLowerBoundFor(InferenceVariable inferenceVariable) { in isProperLowerBoundFor()80 Optional<ProperUpperBound> isProperUpperBoundFor(InferenceVariable inferenceVariable) { in isProperUpperBoundFor()97 boolean isThrowsBoundOn(InferenceVariable inferenceVariable) { in isThrowsBoundOn()
10 private InferenceVariable inferenceVariable; field in Instantiation13 public Instantiation(InferenceVariable inferenceVariable, ResolvedType properType) { in Instantiation()
9 private InferenceVariable inferenceVariable; field in ProperLowerBound12 public ProperLowerBound(InferenceVariable inferenceVariable, ResolvedType properType) { in ProperLowerBound()
9 private InferenceVariable inferenceVariable; field in ProperUpperBound12 public ProperUpperBound(InferenceVariable inferenceVariable, ResolvedType properType) { in ProperUpperBound()
27 …public InferenceVariableSubstitution withPair(InferenceVariable inferenceVariable, ResolvedType ty… in withPair()
785 …oolean properUpperBoundsAreAtMostExceptionThrowableAndObject(InferenceVariable inferenceVariable) { in properUpperBoundsAreAtMostExceptionThrowableAndObject()789 private boolean appearInLeftPartOfCapture(InferenceVariable inferenceVariable) { in appearInLeftPartOfCapture()801 public List<Bound> getProperUpperBoundsFor(InferenceVariable inferenceVariable) { in getProperUpperBoundsFor()
36 InferenceVariable inferenceVariable = new InferenceVariable("α", typeParameterDeclaration); in recognizeProperLowerBound1() local48 InferenceVariable inferenceVariable = new InferenceVariable("α", typeParameterDeclaration); in recognizeProperLowerBound2() local60 InferenceVariable inferenceVariable = new InferenceVariable("α", typeParameterDeclaration); in recognizeProperUpperBound1() local
24 InferenceVariable inferenceVariable = new InferenceVariable("α", null); in recognizeInstantiation() local
34 InferenceVariable inferenceVariable = new InferenceVariable("α", tp); in testExpressionCompatibleWithTypeReduce1() local