public class TrySimpleElement extends AbstractCodeElement
| Modifier and Type | Method and Description |
|---|---|
TryCatchStatement.Builder |
_catch(Class<? extends Throwable> type1,
Class<? extends Throwable> type2,
Identifier id) |
TryCatchStatement.Builder |
_catch(Class<? extends Throwable> type,
Identifier id) |
CodeWriter |
acceptCodeWriter(CodeWriter w) |
equals, hashCode, toStringpublic final CodeWriter acceptCodeWriter(CodeWriter w)
public final TryCatchStatement.Builder _catch(Class<? extends Throwable> type, Identifier id)
public final TryCatchStatement.Builder _catch(Class<? extends Throwable> type1, Class<? extends Throwable> type2, Identifier id)
Copyright © 2019 Objectos Software LTDA. All rights reserved.