|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.js.translate.context.StandardClasses
public final class StandardClasses
Provides a mechanism to bind some of the Kotlin/Java declarations with library implementations. Makes sense only for those declaration that cannot be annotated. (Use library annotation in this case)
Method Summary | |
---|---|
static StandardClasses |
bindImplementations(JsObjectScope kotlinObjectScope)
|
JsName |
getStandardObjectName(DeclarationDescriptor descriptor)
|
boolean |
isStandardObject(DeclarationDescriptor descriptor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public static StandardClasses bindImplementations(@NotNull JsObjectScope kotlinObjectScope)
public boolean isStandardObject(@NotNull DeclarationDescriptor descriptor)
@NotNull public JsName getStandardObjectName(@NotNull DeclarationDescriptor descriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |