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

Module Public :: SummaryComponent

Provides predicates for constructing summary components.

Import path

import semmle.code.java.dataflow.internal.FlowSummaryImpl

Predicates

argument

Gets a summary component for an argument at position pos.

content

Gets a summary component for content c.

parameter

Gets a summary component for a parameter at position pos.

return

Gets a summary component for a return of kind rk.

syntheticGlobal

Gets a summary component for synthetic global sg.

withContent

Gets a summary component where data must be stored in c.

withoutContent

Gets a summary component where data is not allowed to be stored in c.

Classes

SyntheticGlobal

A synthetic global. This represents some form of global state, which summaries can read and write individually.