| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.resolution.typeinference | |
| com.github.javaparser.symbolsolver.resolution.typeinference.constraintformulas |
| Modifier and Type | Method and Description |
|---|---|
ConstraintFormula |
ConstraintFormula.ReductionResult.getConstraint(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ConstraintFormula> |
ConstraintFormula.ReductionResult.getConstraintFormulas() |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.oneConstraint(ConstraintFormula constraintFormula) |
ConstraintFormulaSet |
ConstraintFormulaSet.withConstraint(ConstraintFormula constraintFormula) |
ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withConstraint(ConstraintFormula constraintFormula) |
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withConstraints(ConstraintFormula... constraints) |
| Modifier and Type | Method and Description |
|---|---|
static ConstraintFormula.ReductionResult |
ConstraintFormula.ReductionResult.withConstraints(List<ConstraintFormula> constraints) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionCompatibleWithType
An expression is compatible in a loose invocation context with type T
|
class |
LambdaThrowsCompatibleWithType
The checked exceptions thrown by the body of the LambdaExpression are declared by the throws clause of the
function type derived from T.
|
class |
MethodReferenceThrowsCompatibleWithType
The checked exceptions thrown by the referenced method are declared by the throws clause of the function type
derived from T.
|
class |
TypeCompatibleWithType
A type S is compatible in a loose invocation context with type T
|
class |
TypeContainedByType
A type argument S is contained by a type argument T
|
class |
TypeSameAsType
A type S is the same as a type T (ยง4.3.4), or a type argument S is the same as type argument T
|
class |
TypeSubtypeOfType
A reference type S is a subtype of a reference type T
|
Copyright © 2007–2019. All rights reserved.