Package com.google.dart.compiler.backend.js

Class Summary
JsConstructExpressionVisitor Searches for method invocations in constructor expressions that would not normally be surrounded by parentheses.
JsFirstExpressionVisitor Determines if an expression statement needs to be surrounded by parentheses.
JsRequiresSemiVisitor Determines if a statement at the end of a block requires a semicolon.
JsReservedIdentifiers Determines whether or not a particular string is a JavaScript keyword or not.
JsToStringGenerationVisitor Produces text output from a JavaScript AST.