Class Substitution


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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.javaparser.resolution.types.ResolvedType apply​(com.github.javaparser.resolution.types.ResolvedType originalType)  
      static Substitution empty()  
      Substitution 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 Detail

      • 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)