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.
no setter
encoding String
Return an encoded representation of this location that can be used to create a location that is equal to this location.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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