Note, however, that accesses to properties of objects can also be represented as {@link PrefixedIdentifier prefixed identifier} nodes in cases where the target is also a simpleidentifier.
propertyAccess ::= {@link Expression target} '.' {@link SimpleIdentifier propertyName}@coverage dart.engine.ast
Starting in Tapestry 5.2, public fields can now be accessed as if they were properly JavaBean properties. Where there is a name conflict, the true property will be favored over the field access.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|