Capítulo 435 de 859
Base class for representing member access on an object-like node data structures.
Constructor
| Signature |
|---|
new MemberNode( structNode : Node, property : string ) |
Properties
| Property | Description |
|---|---|
.isMemberNode : boolean (readonly) | This flag can be used for type testing. |
.property : Node | The property name. |
.structNode : Node | The struct node. |