public abstract class JSTester extends java.lang.Object
| Constructor and Description |
|---|
JSTester() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
constructTestMethodInvocation(com.google.dart.compiler.backend.js.ast.JsExpression call,
com.google.dart.compiler.backend.js.ast.JsStringLiteral name) |
void |
deinitialize() |
protected com.google.dart.compiler.backend.js.ast.JsBlock |
getBlock() |
protected TranslationContext |
getContext() |
void |
initialize(TranslationContext context,
com.google.dart.compiler.backend.js.ast.JsBlock block) |
public JSTester()
public abstract void constructTestMethodInvocation(@NotNull com.google.dart.compiler.backend.js.ast.JsExpression call, @NotNull com.google.dart.compiler.backend.js.ast.JsStringLiteral name)
@NotNull protected com.google.dart.compiler.backend.js.ast.JsBlock getBlock()
@NotNull protected TranslationContext getContext()
public void initialize(@NotNull TranslationContext context, @NotNull com.google.dart.compiler.backend.js.ast.JsBlock block)
public void deinitialize()