declarationLocationReference property

int? declarationLocationReference
final

A reference that allows the client to request the location where the variable is declared. This should be present only if the adapter is likely to be able to resolve the location.

This reference shares the same lifetime as the variablesReference. See 'Lifetime of Object References' in the Overview section for details.

Implementation

final int? declarationLocationReference;