com.google.dart.compiler.backend.js.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()
           
 
Methods inherited from interface com.google.dart.compiler.common.HasSymbol
getSymbol
 

Method Detail

getName

JsName getName()