public class JvmPsiConversionHelperImpl extends java.lang.Object implements JvmPsiConversionHelper
Constructor and Description |
---|
JvmPsiConversionHelperImpl() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getInstance
public PsiClass convertTypeDeclaration(JvmTypeDeclaration typeDeclaration)
convertTypeDeclaration
in interface JvmPsiConversionHelper
public PsiTypeParameter convertTypeParameter(JvmTypeParameter typeParameter)
convertTypeParameter
in interface JvmPsiConversionHelper
public PsiType convertType(JvmType type)
convertType
in interface JvmPsiConversionHelper
public PsiSubstitutor convertSubstitutor(JvmSubstitutor substitutor)
convertSubstitutor
in interface JvmPsiConversionHelper
public PsiMethod convertMethod(JvmMethod method)
convertMethod
in interface JvmPsiConversionHelper