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

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

    Modifier and Type
    Method
    Description
    com.github.javaparser.resolution.types.ResolvedType
    apply(com.github.javaparser.resolution.types.ResolvedType originalType)
     
     
    withPair(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration, com.github.javaparser.resolution.types.ResolvedType type)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)