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

Class Actions::JobEnv

A job level env mapping.

Import path

import semmle.javascript.Actions

Direct supertypes

Indirect supertypes

Fields

Predicates

getJob

Gets the job this field belongs to.

Inherited predicates

eval

Gets the YAML value this node corresponds to after resolving aliases and includes.

from YamlNode
getAChild

Gets a child of this node, as a YAML value.

from YamlNode
getAChildNode

Gets a child node of this node.

from YamlNode
getAPrimaryQlClass

Gets the primary QL class for this node.

from YamlMapping
getAnchor

Gets the anchor associated with this node, if any.

from YamlNode
getChild

Gets the ith child of this node, as a YAML value.

from YamlNode
getChildNode

Gets the ith child node of this node.

from YamlNode
getDocument

Gets the toplevel document to which this node belongs.

from YamlNode
getFile

Gets the file this node comes from.

from YamlNode
getKey

Gets the ith key of this mapping, as a YAML value.

from YamlMapping
getKeyNode

Gets the ith key of this mapping.

from YamlMapping
getLocation

Gets the Location of this node.

from YamlNode
getNumChild

Gets the number of child nodes of this node.

from YamlNode
getParentNode

Gets the parent node of this node, which is always a collection.

from YamlNode
getTag

Gets the tag of this node.

from YamlNode
getValue

Gets the ith value of this mapping, as a YAML value.

from YamlMapping
getValueNode

Gets the ith value of this mapping.

from YamlMapping
hasStandardTypeTag

Holds if this node is tagged with a standard type tag of the form tag:yaml.org,2002:<t>.

from YamlNode
lookup

Gets the value that this mapping maps key to.

from YamlMapping
maps

Holds if this mapping maps key to value.

from YamlMapping
toString

Gets a textual representation of this node.

from YamlNode

Charpred