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

Class AngularJS :: AngularModule

An AngularJS module.

Import path

import javascript

Direct supertypes

Fields

Predicates

getADefinition

Get a definition for this module, that is, a call of the form angular.module("name", deps).

getADependency

Gets another module that this module lists as a dependency.

getALookup

Gets a lookup of this module, that is, a call of the form angular.module("name").

getDependencyArray

Get the array of dependencies from this module’s definition.

getName

Gets the name of this module.

toString

Gets a textual representation of this module.

Charpred