qtil
advanced-security/qtil-javascript 0.0.3
Search

Class NgAst

The root node of an abstract syntax tree.

Import path

import semmle.javascript.frameworks.AngularJS.AngularJSExpressions

Direct supertypes

Indirect supertypes

Predicates

at

Holds if the node spans the tokens from start to end (inclusive).

getChild

Gets the nth child node.

isOneTime

Holds if this is a “one time binding” (i.e. ::-prefixed, e.g. {{::myId}}).

pp

Pretty-prints this node.

Inherited predicates

ppChildren

Pretty prints the child nodes.

from NgAstNode
toString

Gets a textual representation of this element.

from NgAstNode