org.jetbrains.k2js.translate.operation
Class IntrinsicIncrementTranslator

java.lang.Object
  extended by org.jetbrains.k2js.translate.general.AbstractTranslator
      extended by org.jetbrains.k2js.translate.operation.IncrementTranslator
          extended by org.jetbrains.k2js.translate.operation.IntrinsicIncrementTranslator

public final class IntrinsicIncrementTranslator
extends IncrementTranslator


Field Summary
 
Fields inherited from class org.jetbrains.k2js.translate.operation.IncrementTranslator
accessTranslator, expression
 
Method Summary
static com.google.dart.compiler.backend.js.ast.JsExpression doTranslate(JetUnaryExpression expression, TranslationContext context)
           
protected  com.google.dart.compiler.backend.js.ast.JsExpression operationExpression(com.google.dart.compiler.backend.js.ast.JsExpression receiver)
           
 
Methods inherited from class org.jetbrains.k2js.translate.operation.IncrementTranslator
isIncrement, translate, translateIncrementExpression
 
Methods inherited from class org.jetbrains.k2js.translate.general.AbstractTranslator
bindingContext, context, program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doTranslate

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsExpression doTranslate(@NotNull
                                                                                       JetUnaryExpression expression,
                                                                                       @NotNull
                                                                                       TranslationContext context)

operationExpression

@NotNull
protected com.google.dart.compiler.backend.js.ast.JsExpression operationExpression(@NotNull
                                                                                           com.google.dart.compiler.backend.js.ast.JsExpression receiver)