Uses of Class
com.strobel.expressions.SwitchCase
Packages that use SwitchCase
-
Uses of SwitchCase in com.strobel.expressions
Fields in com.strobel.expressions with type parameters of type SwitchCaseMethods in com.strobel.expressions that return SwitchCaseModifier and TypeMethodDescriptionstatic SwitchCaseExpression.switchCase(Expression body, Expression... testValues) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////static SwitchCaseExpression.switchCase(Expression body, ExpressionList<? extends Expression> testValues) final SwitchCaseSwitchCase.update(ExpressionList<? extends Expression> testValues, Expression body) protected SwitchCaseDebugViewWriter.visitSwitchCase(SwitchCase node) ExpressionStringBuilder.visitSwitchCase(SwitchCase node) protected SwitchCaseExpressionVisitor.visitSwitchCase(SwitchCase node) Methods in com.strobel.expressions that return types with arguments of type SwitchCaseMethods in com.strobel.expressions with parameters of type SwitchCaseModifier and TypeMethodDescriptionstatic 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 StringExpressionStringBuilder.switchCaseToString(SwitchCase node) protected SwitchCaseDebugViewWriter.visitSwitchCase(SwitchCase node) ExpressionStringBuilder.visitSwitchCase(SwitchCase node) protected SwitchCaseExpressionVisitor.visitSwitchCase(SwitchCase node) Method parameters in com.strobel.expressions with type arguments of type SwitchCaseModifier and TypeMethodDescriptionstatic 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) final SwitchExpressionSwitchExpression.update(Expression switchValue, ReadOnlyList<SwitchCase> cases, Expression defaultBody, SwitchOptions options) Constructor parameters in com.strobel.expressions with type arguments of type SwitchCaseModifierConstructorDescriptionSwitchExpression(Type type, Expression switchValue, Expression defaultBody, MethodInfo comparison, ReadOnlyList<SwitchCase> cases, SwitchOptions options)