Class InterpretNode
An entity used to interpret a source/sink specification.
Import path
import semmle.code.java.dataflow.internal.FlowSummaryImplSpecific
Direct supertypes
Predicates
asCall |
Gets the call that this node corresponds to, if any. |
asCallable |
Gets the callable that this node corresponds to, if any. |
asElement |
Gets the element that this node corresponds to, if any. |
asNode |
Gets the data-flow node that this node corresponds to, if any. |
getCallTarget |
Gets the target of this call, if any. |
getLocation |
Gets the location of this node. |
toString |
Gets a textual representation of this node. |