CodeQL library for Java/Kotlin
codeql/java-all 9.1.0 (changelog, source)
Search

Class CallGraph::CallPathNode

A node in a call path graph

Import path

import semmle.code.java.security.CsrfUnprotectedRequestTypeQuery

Direct supertypes

Predicates

asCall

Gets the call corresponding to this CallPathNode, if any.

asMethod

Gets the method corresponding to this CallPathNode, if any.

getASuccessor

Gets a successor node of this CallPathNode, if any.

getLocation

Gets the location of this CallPathNode.

toString

Gets the string representation of this CallPathNode.