Searched refs:asConstraintType (Results 1 – 12 of 12) sorted by relevance
31 …Line 117) this.isAssignableBy(other.asConstraintType().getBound()) ==> com.github.javaparser.symbo…32 …Line 117) other.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.typesys…33 …Line 117) other.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.as…
39 …Line 122) isAssignableBy(other.asConstraintType().getBound()) ==> com.github.javaparser.symbolsolv…40 …Line 122) other.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.typesys…41 …Line 122) other.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.as…
99 …Line 194) MethodResolutionLogic.solveMethodInType(typeOfScope.asConstraintType().getBound().asRefe…100 …Line 194) typeOfScope.asConstraintType().getBound().asReferenceType().getTypeDeclaration() ==> com…101 …Line 194) typeOfScope.asConstraintType().getBound().asReferenceType() ==> com.github.javaparser.sy…102 …Line 194) typeOfScope.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.t…103 …Line 194) typeOfScope.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.T…206 …Line 319) inferTypes(source.asConstraintType().getBound(), target, mappings) ==> com.github.javapa…207 …Line 319) source.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.typesy…208 …Line 319) source.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.a…211 …Line 324) inferTypes(source.asConstraintType().getBound(), target, mappings) ==> com.github.javapa…212 …Line 324) source.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.typesy…[all …]
46 public ResolvedLambdaConstraintType asConstraintType() { in asConstraintType() method in ResolvedLambdaConstraintType
142 default ResolvedLambdaConstraintType asConstraintType() { in asConstraintType() method
118 return this.isAssignableBy(other.asConstraintType().getBound()); in isAssignableBy()
99 …Line 146) actualType.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.Ty…139 …Line 179) LambdaConstraintType.bound(placeInferenceVariables(type.asConstraintType().getBound())) …140 …Line 179) placeInferenceVariables(type.asConstraintType().getBound()) ==> com.github.javaparser.sy…141 …Line 179) type.asConstraintType().getBound() ==> com.github.javaparser.symbolsolver.model.typesyst…142 …Line 179) type.asConstraintType() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.asC…
147 ResolvedLambdaConstraintType constraintType = actualType.asConstraintType(); in registerCorrespondance()180 …return ResolvedLambdaConstraintType.bound(placeInferenceVariables(type.asConstraintType().getBound… in placeInferenceVariables()
131 return isAssignableBy(other.asConstraintType().getBound()); in isAssignableBy()
277 inferTypes(source.asConstraintType().getBound(), target, mappings); in inferTypes()282 inferTypes(source.asConstraintType().getBound(), target, mappings); in inferTypes()
185 …return singletonList(typeOfScope.asConstraintType().getBound().asReferenceType().getTypeDeclaratio… in findTypeDeclarations()