|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.platform.JavaToKotlinClassMapBuilder
public abstract class JavaToKotlinClassMapBuilder
Nested Class Summary | |
---|---|
static class |
JavaToKotlinClassMapBuilder.Direction
|
Constructor Summary | |
---|---|
JavaToKotlinClassMapBuilder()
|
Method Summary | |
---|---|
protected void |
init()
|
protected abstract void |
register(java.lang.Class<?> javaClass,
ClassDescriptor kotlinDescriptor,
ClassDescriptor kotlinMutableDescriptor)
|
protected abstract void |
register(java.lang.Class<?> javaClass,
ClassDescriptor kotlinDescriptor,
JavaToKotlinClassMapBuilder.Direction direction)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaToKotlinClassMapBuilder()
Method Detail |
---|
protected void init()
protected abstract void register(@NotNull java.lang.Class<?> javaClass, @NotNull ClassDescriptor kotlinDescriptor, @NotNull JavaToKotlinClassMapBuilder.Direction direction)
protected abstract void register(@NotNull java.lang.Class<?> javaClass, @NotNull ClassDescriptor kotlinDescriptor, @NotNull ClassDescriptor kotlinMutableDescriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |