Class CatchBlock
java.lang.Object
com.strobel.expressions.CatchBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Expressionprivate final Expressionprivate final Typeprivate final ParameterExpression -
Constructor Summary
ConstructorsConstructorDescriptionCatchBlock(Type test, ParameterExpression variable, Expression body, Expression filter) -
Method Summary
Modifier and TypeMethodDescriptionfinal ExpressiongetBody()final Expressionfinal TypegetTest()final ParameterExpressionfinal StringtoString()final CatchBlockupdate(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
-
getTest
-
getVariable
-
getBody
-
getFilter
-
toString
-
update
-