InMemoryModelLoader

class InMemoryModelLoader(val incrementalModel: IncrementalInMemoryModel, val coroutineScope: CoroutineScope)

Constructors

Link copied to clipboard
constructor(incrementalModel: IncrementalInMemoryModel, coroutineScope: CoroutineScope)

Properties

Link copied to clipboard
val coroutineScope: CoroutineScope
Link copied to clipboard

Functions

Link copied to clipboard
fun getModel(tree: CLTree): Deferred<InMemoryModel>