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

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

Predicates

asCallable

Gets this callable cast as a Callable.

asSyntheticCallable

Gets this callable cast as a SyntheticCallable.

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.