|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.java.JavaTypeTransformer
public class JavaTypeTransformer
| Constructor Summary | |
|---|---|
JavaTypeTransformer()
|
|
| Method Summary | |
|---|---|
static TypeUsage |
adjustTypeUsageWithMutabilityAnnotations(com.intellij.psi.PsiModifierListOwner owner,
TypeUsage originalTypeUsage)
|
void |
setJavaSemanticServices(JavaSemanticServices javaSemanticServices)
|
void |
setResolver(JavaDescriptorResolver resolver)
|
JetType |
transformToType(com.intellij.psi.PsiType javaType,
TypeUsage howThisTypeIsUsed,
TypeVariableResolver typeVariableResolver)
|
JetType |
transformToType(com.intellij.psi.PsiType javaType,
TypeVariableResolver typeVariableResolver)
|
JetType |
transformToType(java.lang.String kotlinSignature,
TypeVariableResolver typeVariableResolver)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaTypeTransformer()
| Method Detail |
|---|
@Inject public void setJavaSemanticServices(JavaSemanticServices javaSemanticServices)
@Inject public void setResolver(JavaDescriptorResolver resolver)
@NotNull
public JetType transformToType(@NotNull
java.lang.String kotlinSignature,
TypeVariableResolver typeVariableResolver)
@NotNull
public JetType transformToType(@NotNull
com.intellij.psi.PsiType javaType,
@NotNull
TypeVariableResolver typeVariableResolver)
@NotNull
public JetType transformToType(@NotNull
com.intellij.psi.PsiType javaType,
@NotNull
TypeUsage howThisTypeIsUsed,
@NotNull
TypeVariableResolver typeVariableResolver)
public static TypeUsage adjustTypeUsageWithMutabilityAnnotations(com.intellij.psi.PsiModifierListOwner owner,
TypeUsage originalTypeUsage)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||