AnalysisProvider

interface AnalysisProvider<Analysis>

Functions

get
Link copied to clipboard
abstract fun get(program: ProgramNode): Analysis

Returns the Analysis instance for program. The returned instance is cached for efficiency, so calling get again on program will return the same instance.

Inheritors

Companion
Link copied to clipboard
Companion
Link copied to clipboard
Companion
Link copied to clipboard
Companion
Link copied to clipboard