Class SwitchCase
java.lang.Object
com.strobel.expressions.SwitchCase
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Expressionprivate final ExpressionList<? extends Expression> -
Constructor Summary
ConstructorsConstructorDescriptionSwitchCase(Expression body, ExpressionList<? extends Expression> testValues) -
Method Summary
Modifier and TypeMethodDescriptionfinal ExpressiongetBody()final ExpressionList<? extends Expression> final StringtoString()final SwitchCaseupdate(ExpressionList<? extends Expression> testValues, Expression body)
-
Field Details
-
_testValues
-
_body
-
-
Constructor Details
-
SwitchCase
SwitchCase(Expression body, ExpressionList<? extends Expression> testValues)
-
-
Method Details
-
getTestValues
-
getBody
-
toString
-
update
-