Declarations
class Declarations(val delegate: SafeCache<Declarations.DeclarationsKey, LazySet<DeclaredName>>, val project: McProject) : ProjectContext.Element(source)
Constructors
Link copied to clipboard
private constructor(delegate: SafeCache<Declarations.DeclarationsKey, LazySet<DeclaredName>>, project: McProject)
Functions
Link copied to clipboard
Link copied to clipboard
suspend fun get(sourceSetName: SourceSetName, includeUpstream: Boolean, packageNameOrNull: PackageName? = null): LazySet<DeclaredName>