codeql/javascript-all
2.3.1-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the name of this enum, such as E in enum E { A, B }.
E
enum E { A, B }
Identifier getIdentifier()