AugmentedMixinElement class abstract
The result of applying augmentations to a MixinElement.
Clients may not extend, implement or mix-in this class.
- Inheritance
-
- Object
- AugmentedInterfaceElement
- AugmentedMixinElement
Constructors
Properties
-
accessors
→ List<
PropertyAccessorElement> -
Returns accessors (getters and setters) declared in this element.
no setterinherited
-
constructors
→ List<
ConstructorElement> -
Returns constructors declared in this element.
no setterinherited
-
fields
→ List<
FieldElement> -
Returns fields declared in this element.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interfaces
→ List<
InterfaceType> -
Returns interfaces implemented by this element.
no setterinherited
-
metadata
→ List<
ElementAnnotation> -
Returns metadata associated with this element.
no setterinherited
-
methods
→ List<
MethodElement> -
Returns methods declared in this element.
no setterinherited
-
mixins
→ List<
InterfaceType> -
Returns mixins applied by this class or in its augmentations.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
superclassConstraints
→ List<
InterfaceType> -
Returns superclass constraints of this element.
no setter
- unnamedConstructor → ConstructorElement?
-
Returns the unnamed constructor from constructors.
no setterinherited
Methods
-
getField(
String name) → FieldElement? -
Returns the field from fields that has the given
name
.inherited -
getGetter(
String name) → PropertyAccessorElement? -
Returns the getter from accessors that has the given
name
.inherited -
getMethod(
String name) → MethodElement? -
Returns the method from methods that has the given
name
.inherited -
getNamedConstructor(
String name) → ConstructorElement? -
Returns the constructor from constructors that has the given
name
.inherited -
getSetter(
String name) → PropertyAccessorElement? -
Returns the setter from accessors that has the given
name
.inherited -
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