CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (changelog, source)
Search

Member predicate EnumDeclaration::getLocalTypeName

Gets the local type name introduced by the enumeration.

For example, this would be the type E introduced by enum E { A, B }.

LocalTypeName getLocalTypeName()