| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.ast |
| Modifier and Type | Method and Description |
|---|---|
List<JTryStatement.CatchClause> |
JTryStatement.getCatchClauses() |
| Constructor and Description |
|---|
JTryStatement(SourceInfo info,
JBlock tryBlock,
List<JTryStatement.CatchClause> catchClauses,
JBlock finallyBlock)
Construct a Java try statement.
|
Copyright © 2018. All rights reserved.