public static final class TryCatchExpression.Catch extends Object
Constructor and Description |
---|
Catch(List<Expression> catchExpressions,
Expression expression)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
List<Expression> |
getCatchExpressions()
Returns the catch expressions.
|
Expression |
getExpression()
Returns the main expression.
|
public Catch(List<Expression> catchExpressions, Expression expression)
catchExpressions
- expression
- public List<Expression> getCatchExpressions()
public Expression getExpression()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.