Toggle navigation
Home
com.github.javaparser.symbolsolver.model.typesystem.ReferenceType to com.github.javaparser.resolution.types.ResolvedReferenceType
No. of Instances - 194
No. of Commits - 8
No. of Projects - {'javaparser'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
TypeVariable
to
ResolvedTypeVariable
ReferenceTypeDeclaration
to
ResolvedReferenceTypeDeclaration
TypeParametersMap.Builder
to
ResolvedTypeParametersMap.Builder
PrimitiveType
to
ResolvedPrimitiveType
PrimitiveType
to
ResolvedPrimitiveType
TypeVariable
to
ResolvedTypeVariable
PrimitiveType
to
ResolvedPrimitiveType
PrimitiveType
to
ResolvedPrimitiveType
PrimitiveType
to
ResolvedPrimitiveType
PrimitiveType
to
ResolvedPrimitiveType
PrimitiveType
to
ResolvedPrimitiveType
PrimitiveType
to
ResolvedPrimitiveType
Add or Remove Method invocation
stream.deriveTypeParameters(stream.typeParametersMap().toBuilder().setValue(stream.typeDeclaration.getTypeParameters().get(0),typeVariable).build())
to
stream.deriveTypeParameters(stream.typeParametersMap().toBuilder().setValue(stream.getTypeDeclaration().getTypeParameters().get(0),typeVariable).build())
stream.deriveTypeParameters(stream.typeParametersMap().toBuilder().setValue(stream.typeDeclaration.getTypeParameters().get(0),typeVariable).build())
to
stream.deriveTypeParameters(stream.typeParametersMap().toBuilder().setValue(stream.getTypeDeclaration().getTypeParameters().get(0),typeVariable).build())