Class Substitution
java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.Substitution
- Author:
- Federico Tomassetti
-
Method Summary
Modifier and TypeMethodDescriptioncom.github.javaparser.resolution.types.ResolvedTypeapply(com.github.javaparser.resolution.types.ResolvedType originalType) static Substitutionempty()withPair(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration, com.github.javaparser.resolution.types.ResolvedType type)
-
Method Details
-
empty
-
withPair
public Substitution withPair(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration, com.github.javaparser.resolution.types.ResolvedType type) -
apply
public com.github.javaparser.resolution.types.ResolvedType apply(com.github.javaparser.resolution.types.ResolvedType originalType)
-