com.google.dart.compiler.backend.js.ast
Interface JsStatement

All Superinterfaces:
JsNode
All Known Implementing Classes:
JsBlock, JsBreak, JsContinue, JsDebugger, JsDoWhile, JsEmpty, JsExpressionStatement, JsFor, JsForIn, JsGlobalBlock, JsIf, JsLabel, JsReturn, JsSwitch, JsThrow, JsTry, JsVars, JsWhile

public interface JsStatement
extends JsNode


Method Summary
 
Methods inherited from interface com.google.dart.compiler.backend.js.ast.JsNode
accept, acceptChildren, getSource, setSource, source