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, toBlock
lineSeparator, toJavaString
public 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 SrcObject
public boolean needsToBeWraped()
needsToBeWraped
in class SrcExpression
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.