Uses of Class
com.strobel.expressions.SwitchCase
-
Packages that use SwitchCase Package Description com.strobel.expressions -
-
Uses of SwitchCase in com.strobel.expressions
Fields in com.strobel.expressions with type parameters of type SwitchCase Modifier and Type Field Description private ReadOnlyList<SwitchCase>SwitchExpression. _casesMethods in com.strobel.expressions that return SwitchCase Modifier and Type Method Description static SwitchCaseExpression. switchCase(Expression body, Expression... testValues)static SwitchCaseExpression. switchCase(Expression body, ExpressionList<? extends Expression> testValues)SwitchCaseSwitchCase. update(ExpressionList<? extends Expression> testValues, Expression body)protected SwitchCaseDebugViewWriter. visitSwitchCase(SwitchCase node)SwitchCaseExpressionStringBuilder. visitSwitchCase(SwitchCase node)protected SwitchCaseExpressionVisitor. visitSwitchCase(SwitchCase node)Methods in com.strobel.expressions that return types with arguments of type SwitchCase Modifier and Type Method Description ReadOnlyList<SwitchCase>SwitchExpression. getCases()Methods in com.strobel.expressions with parameters of type SwitchCase Modifier and Type Method Description static SwitchExpressionExpression. makeSwitch(Expression switchValue, Expression defaultBody, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Expression switchValue, Expression defaultBody, MethodInfo comparison, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Expression switchValue, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Expression switchValue, SwitchOptions options, Expression defaultBody, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Expression switchValue, SwitchOptions options, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Type<?> type, Expression switchValue, Expression defaultBody, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Type<?> type, Expression switchValue, Expression defaultBody, MethodInfo comparison, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Type<?> type, Expression switchValue, SwitchOptions options, Expression defaultBody, SwitchCase... cases)static SwitchExpressionExpression. makeSwitch(Type<?> type, Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, SwitchCase... cases)(package private) static java.lang.StringExpressionStringBuilder. switchCaseToString(SwitchCase node)protected SwitchCaseDebugViewWriter. visitSwitchCase(SwitchCase node)SwitchCaseExpressionStringBuilder. visitSwitchCase(SwitchCase node)protected SwitchCaseExpressionVisitor. visitSwitchCase(SwitchCase node)Method parameters in com.strobel.expressions with type arguments of type SwitchCase Modifier and Type Method Description static SwitchExpressionExpression. makeSwitch(Expression switchValue, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases)static SwitchExpressionExpression. makeSwitch(Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases)static SwitchExpressionExpression. makeSwitch(Type<?> type, Expression switchValue, SwitchOptions options, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases)SwitchExpressionSwitchExpression. update(Expression switchValue, ReadOnlyList<SwitchCase> cases, Expression defaultBody, SwitchOptions options)Constructor parameters in com.strobel.expressions with type arguments of type SwitchCase Constructor Description SwitchExpression(Type type, Expression switchValue, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases, SwitchOptions options)
-