public class SrcTryCatch extends SrcExpression
| Constructor and Description |
|---|
SrcTryCatch() |
SrcTryCatch(SrcExpression exp) |
| Modifier and Type | Method and Description |
|---|---|
SrcTryCatch |
addCatchExps(SrcCatch catchExp) |
boolean |
needsToBeWraped() |
SrcTryCatch |
setExp(SrcExpression exp) |
SrcTryCatch |
setFinally(SrcExpression finallyExp) |
String |
toCodeString() |
convertToboolean, toBlocklineSeparator, toJavaStringpublic SrcTryCatch()
public SrcTryCatch(SrcExpression exp)
public SrcTryCatch setExp(SrcExpression exp)
public SrcTryCatch addCatchExps(SrcCatch catchExp)
public SrcTryCatch setFinally(SrcExpression finallyExp)
public String toCodeString()
toCodeString in class SrcObjectpublic boolean needsToBeWraped()
needsToBeWraped in class SrcExpressionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.