Package com.strobel.expressions
Class CatchBlock
java.lang.Object
com.strobel.expressions.CatchBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Expression
private final Expression
private final Type
private final ParameterExpression
-
Constructor Summary
ConstructorsConstructorDescriptionCatchBlock
(Type test, ParameterExpression variable, Expression body, Expression filter) -
Method Summary
Modifier and TypeMethodDescriptionfinal Expression
getBody()
final Expression
final Type
getTest()
final ParameterExpression
final String
toString()
final CatchBlock
update
(ParameterExpression variable, Expression filter, Expression body)
-
Field Details
-
_test
-
_variable
-
_body
-
_filter
-
-
Constructor Details
-
CatchBlock
CatchBlock(Type test, ParameterExpression variable, Expression body, Expression filter)
-
-
Method Details