An identifier that is prefixed or an access to an object property where the target of the property access is a simple identifier.
Anything
DartPrefixedIdentifier
DartIdentifier
DartExpression
DartNode
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DartPrefixedIdentifier(DartSimpleIdentifier prefix, DartSimpleIdentifier identifier) |
Attributes | |
identifier | Source Codeshared DartSimpleIdentifier identifier |
prefix | Source Codeshared DartSimpleIdentifier prefix |
Inherited Attributes |
Attributes inherited from: DartNode |
Attributes inherited from: Object hash , string |
Methods | |
write | Source Codeshared actual void write(CodeWriter writer) Refines DartNode.write |
Inherited Methods |
Methods inherited from: DartNode |
Methods inherited from: Object equals |