RangeTuple

@VisibleForTesting(otherwise = 3)
class RangeTuple(val name: String, val workingRange: WorkingRange, scopedComponentInfo: ScopedComponentInfo, val interStagePropsContainer: InterStagePropsContainer?)

A tuple that stores working range information for a list of components that share same name and working range object.

Constructors

Link copied to clipboard
constructor(name: String, workingRange: WorkingRange, scopedComponentInfo: ScopedComponentInfo, interStagePropsContainer: InterStagePropsContainer?)

Properties

Functions

Link copied to clipboard
fun addComponent(scopedComponentInfo: ScopedComponentInfo)