org.jetbrains.kotlin.js.backend.ast
Interface HasName

All Superinterfaces:
HasSymbol
All Known Implementing Classes:
JsFunction, JsLabel, JsNameRef, JsParameter, JsVars.JsVar

public interface HasName
extends HasSymbol

Implemented by JavaScript objects that have a name.


Method Summary
 JsName getName()
           
 void setName(JsName name)
           
 
Methods inherited from interface org.jetbrains.kotlin.js.common.HasSymbol
getSymbol
 

Method Detail

getName

JsName getName()

setName

void setName(JsName name)