TagOffsetInfo class abstract

Mixin used to preserve offsets of tokens to be able to reproduce the same text. In addition, preserves offsets in cases where banana syntax and template syntax are desugared.

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

Implementers

Constructors

TagOffsetInfo()

Properties

equalSignOffset int?
no setter
hashCode int
The hash code for this object.
no setterinherited
nameOffset int
no setter
quotedValueOffset int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueOffset int?
no setter

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