Class DataFlowCallable
A callable or scope enclosing some number of data flow nodes. This can either be a source callable, a synthesized callable for which we have a summary model, or a synthetic scope for a field value node.
Import path
import semmle.code.java.dataflow.internal.DataFlowPrivateDirect supertypes
Predicates
| asCallable | Gets the source callable corresponding to this callable, if any. |
| asFieldScope | Gets the field corresponding to this callable, if it is a field value scope. |
| asSummarizedCallable | Gets the summary model callable corresponding to this callable, if any. |
| getLocation | Gets the location of this callable. |
| toString | Gets a textual representation of this callable. |