public class PsiSubstitutorFactoryImpl extends PsiSubstitutorFactory
| Constructor and Description |
|---|
PsiSubstitutorFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected PsiSubstitutor |
createSubstitutor(java.util.Map<? extends PsiTypeParameter,? extends PsiType> map) |
protected PsiSubstitutor |
createSubstitutor(PsiClass aClass,
PsiType[] mappings) |
protected PsiSubstitutor |
createSubstitutor(PsiTypeParameter typeParameter,
PsiType mapping) |
protected PsiSubstitutor createSubstitutor(PsiTypeParameter typeParameter, PsiType mapping)
createSubstitutor in class PsiSubstitutorFactoryprotected PsiSubstitutor createSubstitutor(PsiClass aClass, PsiType[] mappings)
createSubstitutor in class PsiSubstitutorFactoryprotected PsiSubstitutor createSubstitutor(java.util.Map<? extends PsiTypeParameter,? extends PsiType> map)
createSubstitutor in class PsiSubstitutorFactory