ExecutableTearOffResolution class abstract final

A read that produces the tear-off of an executable declaration.

The element is the executable selected for this occurrence after applying substitutions from receiver or enclosing-type lookup. Use ExecutableElement.baseElement to access the declaration. Type arguments applied to the executable's own type parameters belong to the explicit or implicit function-instantiation operation around the resulting tear-off, not to this resolution.

Implemented types
Implementers
Annotations
  • @experimental
  • @AnalyzerPublicApi.new(message: 'exported by lib/dart/ast/ast.dart')

Properties

element ExecutableElement
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DartType
The static type of the value produced by the read.
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