PrefixFragment class abstract

The portion of a PrefixElement2 contributed by a single declaration.

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

Implemented types

Constructors

PrefixFragment()

Properties

children3 List<Fragment>
The children of this fragment.
no setterinherited
element PrefixElement2
The element composed from this fragment and possibly other fragments.
no setteroverride
enclosingFragment LibraryFragment?
The fragment that either physically or logically encloses this fragment.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isDeferred bool
Whether the LibraryImport is deferred.
no setter
libraryFragment LibraryFragment
The library fragment that contains this fragment.
no setterinherited
name String
The name of this fragment.
no setteroverride
nameOffset int?
The offset of the name in this fragment.
no setterinherited
nextFragment PrefixFragment?
The next fragment in the augmentation chain.
no setteroverride
previousFragment PrefixFragment?
The previous fragment in the augmentation chain.
no setteroverride
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