Built

class Built(val session: StandaloneAnalysisAPISession, val context: KaSourceModule)

Handed out together: a KtFile's context module must belong to the session that will analyze it, so neither half is meaningful without the other.

Constructors

Link copied to clipboard
constructor(session: StandaloneAnalysisAPISession, context: KaSourceModule)

Properties

Link copied to clipboard
val context: KaSourceModule
Link copied to clipboard
val session: StandaloneAnalysisAPISession