Class StatementTranspiler

java.lang.Object
com.google.j2cl.transpiler.backend.closure.StatementTranspiler

public class StatementTranspiler extends Object
Transforms Statements to JavaScript source strings.
  • Method Details

    • render

      public static void render(com.google.j2cl.transpiler.ast.Statement statement, ClosureGenerationEnvironment environment, com.google.j2cl.transpiler.backend.common.SourceBuilder builder)