InstanceFragment class abstract

The portion of an InstanceElement contributed by a single declaration.

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

Implemented types
Implementers

Constructors

InstanceFragment()

Properties

children → List<Fragment>
The children of this fragment.
no setterinherited
documentationComment → String?
The content of the documentation comment (including delimiters) for this fragment.
no setterinherited
element → InstanceElement
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
fields → List<FieldFragment>
The fields declared in this fragment.
no setter
getters → List<GetterFragment>
The getters declared in this fragment.
no setter
hashCode → int
The hash code for this object.
no setterinherited
isAugmentation → bool
Whether the fragment is an augmentation.
no setter
libraryFragment → LibraryFragment
The library fragment that contains this fragment.
no setteroverride
metadata → Metadata
The metadata associated with the fragment.
no setterinherited
methods → List<MethodFragment>
The methods declared in this fragment.
no setter
name → String?
The name of the fragment.
no setterinherited
nameOffset → int?
The offset of the name of this element.
no setterinherited
nextFragment → InstanceFragment?
The next fragment in the augmentation chain.
no setteroverride
offset → int
A canonical offset to the fragment within the source file.
no setterinherited
previousFragment → InstanceFragment?
The previous fragment in the augmentation chain.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
setters → List<SetterFragment>
The setters declared in this fragment.
no setter
typeParameters → List<TypeParameterFragment>
The type parameters declared by this fragment directly.
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