ElementReflection<O> class abstract

Base for element reflection.

Implementers

Constructors

ElementReflection(ClassReflection<O> classReflection, Type declaringType)

Properties

className String
Returns the class name of this element.
no setter
classReflection ClassReflection<O>
The ClassReflection of this element.
final
declaringType Type
The Type that declared this element.
final
hashCode int
The hash code for this object.
no setterinherited
isStatic bool
Returns true if this element is static.
no setter
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