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

Member predicate ClassDefinition::getDecorator

Gets the ith decorator applied to this class.

For example, the class @A @B class C {} has @A as its 0th decorator, and @B as its first decorator.

Decorator getDecorator(int i)