Class Substitution

java.lang.Object
com.github.javaparser.symbolsolver.resolution.typeinference.Substitution

public class Substitution extends Object
Author:
Federico Tomassetti
  • Method Details

    • empty

      public static Substitution 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)