TagDirectiveToken class
A token representing a %TAG directive.
- Implemented types
Constructors
- TagDirectiveToken(FileSpan span, String handle, String prefix)
Properties
- handle → String
-
The tag handle used in the document.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String
-
The tag prefix that the handle maps to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- span → FileSpan
-
final
- type → TokenType
-
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited