Class SummarizedCallableBase
A callable that may have a flow summary. This is either a regular Callable
or a SyntheticCallable
.
Import path
import semmle.code.java.dataflow.FlowSummary
Direct supertypes
Known direct subtypes
Predicates
asCallable |
Gets this callable cast as a |
asSyntheticCallable |
Gets this callable cast as a |
getACall |
Gets a call that targets this callable. |
getLocation |
Gets the source location for this callable. |
getParameterType |
Gets the type of the parameter at the specified position with -1 indicating the instance parameter. |
getReturnType |
Gets the return type of this callable. |
toString |
Gets a textual representation of this callable. |