The typical shape of this node is:
IMemberAccessExpressionNode IExpressionNode <-- getLeftOperandNode() IExpressionNode <-- getRightOperandNode()For example,
a.b
is represented as IMemberAccessExpressionNode "." IIdentifierNode "a" IIdentiferNode "b"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|