-
annotation
↔ Object?
-
Annotation slot used by later compiler phases (sema, codegen).
getter/setter pairinherited
-
documentation
↔ String?
-
Raw NatSpec documentation attached to this node, with the comment markers
(
///, /**, */, leading *) stripped but tags such as @notice
kept. Populated by the parser for the declaration a doc-comment precedes;
null when undocumented.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
location
↔ SourceLocation
-
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
statements
→ List<Statement>
-
final