Class SwitchCase
java.lang.Object
com.strobel.expressions.SwitchCase
- Author:
- strobelm
-
Method Summary
Modifier and TypeMethodDescriptionfinal ExpressiongetBody()final ExpressionList<? extends Expression> final StringtoString()final SwitchCaseupdate(ExpressionList<? extends Expression> testValues, Expression body)
-
Method Details
-
getTestValues
-
getBody
-
toString
-
update
-