IdentifierReferences.Location Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class IdentifierReferences.Location : IEquatable<Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.IdentifierReferences.Location>
type IdentifierReferences.Location = class
interface IEquatable<IdentifierReferences.Location>
Public Class IdentifierReferences.Location
Implements IEquatable(Of IdentifierReferences.Location)
- Inheritance
-
IdentifierReferences.Location
- Implements
Constructors
| IdentifierReferences.Location(String, Position, QsLocation, Range) |
Properties
| DeclarationOffset |
contains the offset of the root node relative to which the statement location is given |
| RelativeStatementLocation |
contains the location of the statement containing the symbol relative to the root node |
| SourceFile | |
| SymbolRange |
contains the range of the symbol relative to the statement position |
Methods
| Equals(IdentifierReferences+Location) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |