org.jetbrains.kotlin.js.translate.context
Class StaticContext.ImportedModule

java.lang.Object
  extended by org.jetbrains.kotlin.js.translate.context.StaticContext.ImportedModule
Enclosing class:
StaticContext

public static class StaticContext.ImportedModule
extends java.lang.Object


Method Summary
 java.lang.String getExternalName()
           
 JsName getInternalName()
           
 JsExpression getPlainReference()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExternalName

@NotNull
public java.lang.String getExternalName()

getInternalName

@NotNull
public JsName getInternalName()

getPlainReference

@Nullable
public JsExpression getPlainReference()