CaseExpression |
CaseExpression.addWhenClauses(Collection<? extends WhenClause> whenClauses) |
CaseExpression |
CaseExpression.addWhenClauses(Collection<? extends WhenClause> whenClauses) |
CaseExpression |
CaseExpression.addWhenClauses(WhenClause... whenClauses) |
CaseExpression |
CaseExpression.addWhenClauses(WhenClause... whenClauses) |
CaseExpression |
CaseExpression.withElseExpression(Expression elseExpression) |
CaseExpression |
CaseExpression.withElseExpression(Expression elseExpression) |
CaseExpression |
CaseExpression.withSwitchExpression(Expression switchExpression) |
CaseExpression |
CaseExpression.withSwitchExpression(Expression switchExpression) |
CaseExpression |
CaseExpression.withUsingBrackets(boolean usingBrackets) |
CaseExpression |
CaseExpression.withUsingBrackets(boolean usingBrackets) |
CaseExpression |
CaseExpression.withWhenClauses(List<WhenClause> whenClauses) |
CaseExpression |
CaseExpression.withWhenClauses(List<WhenClause> whenClauses) |