org.jetbrains.kotlin.codegen
Class SamType
java.lang.Object
org.jetbrains.kotlin.codegen.SamType
public class SamType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
create
public static SamType create(@NotNull
JetType originalType)
getType
@NotNull
public JetType getType()
getJavaClassDescriptor
@NotNull
public JavaClassDescriptor getJavaClassDescriptor()
getKotlinFunctionType
@NotNull
public JetType getKotlinFunctionType()
getAbstractMethod
@NotNull
public SimpleFunctionDescriptor getAbstractMethod()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object