public interface JvmPsiConversionHelper
Modifier and Type | Method and Description |
---|---|
PsiMethod |
convertMethod(JvmMethod method) |
PsiSubstitutor |
convertSubstitutor(JvmSubstitutor substitutor) |
PsiType |
convertType(JvmType type) |
PsiClass |
convertTypeDeclaration(JvmTypeDeclaration typeDeclaration) |
PsiTypeParameter |
convertTypeParameter(JvmTypeParameter typeParameter) |
static JvmPsiConversionHelper |
getInstance(Project project) |
static JvmPsiConversionHelper getInstance(Project project)
PsiClass convertTypeDeclaration(JvmTypeDeclaration typeDeclaration)
PsiTypeParameter convertTypeParameter(JvmTypeParameter typeParameter)
PsiSubstitutor convertSubstitutor(JvmSubstitutor substitutor)