public class Substitution extends Object
| Modifier and Type | Method and 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) |
public static Substitution empty()
public Substitution withPair(com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration typeParameterDeclaration, com.github.javaparser.resolution.types.ResolvedType type)
public com.github.javaparser.resolution.types.ResolvedType apply(com.github.javaparser.resolution.types.ResolvedType originalType)
Copyright © 2007–2019. All rights reserved.