Occurrences class

A description of the references to a single element within a single file.

Constructors

Occurrences(Element element, List<int> offsets, int length)

Properties

element Element
The element that was referenced.
final
hashCode int
The hash code for this object.
no setterinherited
length int
The length of the name of the referenced element.
final
offsets List<int>
The offsets of the name of the referenced element within the file.
final
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

Static Methods

parse(Map m) Occurrences