| java.lang.Object com.google.gwt.dev.jjs.ast.JNode com.google.gwt.dev.jjs.ast.JStatement
All known Subclasses: com.google.gwt.dev.jjs.ast.JBlock, com.google.gwt.dev.jjs.ast.JExpressionStatement, com.google.gwt.dev.jjs.ast.JIfStatement, com.google.gwt.dev.jjs.ast.JCaseStatement, com.google.gwt.dev.jjs.ast.JContinueStatement, com.google.gwt.dev.jjs.ast.JReturnStatement, com.google.gwt.dev.jjs.ast.JAssertStatement, com.google.gwt.dev.jjs.ast.JThrowStatement, com.google.gwt.dev.jjs.ast.JLocalDeclarationStatement, com.google.gwt.dev.jjs.ast.JForStatement, com.google.gwt.dev.jjs.ast.JTryStatement, com.google.gwt.dev.jjs.ast.JSwitchStatement, com.google.gwt.dev.jjs.ast.JWhileStatement, com.google.gwt.dev.jjs.ast.JLabeledStatement, com.google.gwt.dev.jjs.ast.JBreakStatement, com.google.gwt.dev.jjs.ast.JDoStatement,
JStatement | abstract public class JStatement extends JNode (Code) | | Java program statement.
|
unconditionalControlBreak | public boolean unconditionalControlBreak()(Code) | | |
|
|