with
statement. The shape of this node is:
IWithNode IExpressionNode <-- getTargetNode()For example,
with (r) trace(x);is represented as
IWithNode IIdentifierNode "r" IBlockNode IFunctionCallNode ..Note that an implicit
IBlockNode
is created even if there are no curly braces.
|
|
|
|
|
|
|
|
|
|
|
|