LogicalLocation
@JsonClass(generateAdapter = true)
Content copied to clipboard
A logical location of a construct that produced a result.
Constructors
Link copied to clipboard
fun LogicalLocation( @Json(name = "decoratedName") decoratedName: String? = null, @Json(name = "fullyQualifiedName") fullyQualifiedName: String? = null, @Json(name = "index") index: Int? = null, @Json(name = "kind") kind: String? = null, @Json(name = "name") name: String? = null, @Json(name = "parentIndex") parentIndex: Int? = null, @Json(name = "properties") properties: PropertyBag? = null)
Content copied to clipboard
Properties
Link copied to clipboard
The type of construct this logical location component refers to. Should be one of 'function', 'member', 'module', 'namespace', 'parameter', 'resource', 'returnType', 'type', 'variable', 'object', 'array', 'property', 'value', 'element', 'text', 'attribute', 'comment', 'declaration', 'dtd' or 'processingInstruction', if any of those accurately describe the construct.