CodeQL library for Go
codeql/go-all 2.1.3 (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)