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