ElementLocation class abstract

The location of an element within the element model.

Clients may not extend, implement or mix-in this class.

Constructors

ElementLocation()

Properties

components List<String>
Return the path to the element whose location is represented by this object. Clients must not modify the returned array.
read-only
encoding String
Return an encoded representation of this location that can be used to create a location that is equal to this location.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited