T - type of the parentpublic final class SwitchValueExpressionBuilder<T> extends ValueExpressionBuilder<SwitchBuilder<T>,SwitchExpressionBuilder<T>,SwitchValueExpressionBuilder<T>>
| Modifier and Type | Method and Description |
|---|---|
SwitchBuilder<T> |
switchBlock()
ends the switch expression and starts the switch block
|
add, and, arraySize, call, callNoParam, castTo, getArrayValueAt, instanceOf, isEqualTo, isGreaterThan, isNotNull, isNullpublic SwitchBuilder<T> switchBlock()
Copyright © 2014. All Rights Reserved.