DmxDeclaration class final
The annotated declaration, as dmx's front end read it.
Constructors
Properties
- extendsName → String?
-
The
extendsclause's bare type name, when present.final -
fields
→ List<
DmxField> -
Instance fields, in source order.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
interfaces
→ List<
String> -
Bare type names from
implements.final - kind → String
-
classorenum.final -
modifiers
→ List<
String> -
sealed,abstract,final, and friends.final - name → String
-
The declared name.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeParams → String
-
Source text of the type parameter list, e.g.
<T>.final -
values
→ List<
String> -
Enum constant names, in source order. Empty for a class.
final
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