qtil
advanced-security/qtil-javascript 0.0.3
Search

Class CustomServiceReference

A reference to a custom service.

Import path

import semmle.javascript.frameworks.AngularJS.ServiceDefinitions

Direct supertypes

Indirect supertypes

Fields

Predicates

getName

Gets the name of this reference.

isInjectable

Holds if the service is available for dependency injection.

Inherited predicates

getACall

Gets a call that invokes the referenced service.

from ServiceReference
getAMethodCall

Gets a method call that invokes method methodName on the referenced service.

from ServiceReference
getAPropertyAccess

Gets an access to property propertyName on the referenced service.

from ServiceReference
getAReference

Gets a data flow node that may refer to this service.

from ServiceReference
getAnAccess

Gets an access to the referenced service.

from ServiceReference
toString

Gets a textual representation of this element.

from ServiceReference

Charpred