ElementaryTypeName class

Inheritance

Constructors

ElementaryTypeName(SourceLocation location, String name, {int intWidth = 0})

Properties

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
intWidth int
Non-zero for intN / uintN (bit width) and bytesN (byte count).
final
location ↔ SourceLocation
getter/setter pairinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

accept(AstVisitor visitor) → void
override
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