CodeQL library for Go
codeql/go-all 4.2.7 (changelog, source)
Search

Member predicate CaseClause::getExpr

Gets the ith expression of this case clause (0-based).

Note that the default clause does not have any expressions.

Expr getExpr(int i)