Declarations
data class Declarations(val delegate: SafeCache<Declarations.DeclarationsKey, LazySet<DeclaredName>>, val project: McProject) : ProjectContext.Element
Content copied to clipboard
Constructors
Link copied to clipboard
private fun Declarations(delegate: SafeCache<Declarations.DeclarationsKey, LazySet<DeclaredName>>, project: McProject)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun get(sourceSetName: SourceSetName, includeUpstream: Boolean): LazySet<DeclaredName>
Content copied to clipboard
Properties
Link copied to clipboard
private val delegate: SafeCache<Declarations.DeclarationsKey, LazySet<DeclaredName>>
Content copied to clipboard