org.jetbrains.k2js.translate.context
Interface AliasingContext.ThisAliasProvider

All Known Implementing Classes:
AliasingContext.AbstractThisAliasProvider, TraceableThisAliasProvider
Enclosing class:
AliasingContext

public static interface AliasingContext.ThisAliasProvider


Method Summary
 com.google.dart.compiler.backend.js.ast.JsNameRef get(DeclarationDescriptor descriptor)
           
 com.google.dart.compiler.backend.js.ast.JsExpression get(ResolvedCall<?> call)
           
 

Method Detail

get

@Nullable
com.google.dart.compiler.backend.js.ast.JsNameRef get(@NotNull
                                                               DeclarationDescriptor descriptor)

get

@Nullable
com.google.dart.compiler.backend.js.ast.JsExpression get(@NotNull
                                                                  ResolvedCall<?> call)