Internal_Static Readonly Internal_Returns an array with the children of the node
String with the code represented by this node
Returns an array with the descendants of the node
Returns the index of this join point in relation to its parent
Returns the node that came before this node, or undefined if there is none
Returns the parent node in the AST, or undefined if it is the root node
Returns the node that comes after this node, or undefined if there is none
Returns the 'program' join point
The nodes of the scope of the current join point. If this node has a body (e.g., loop, function) corresponds to the children of the body. Otherwise, returns an empty array
Removes node associated to the joinpoint from the AST
Looks for an ancestor joinpoint name, walking back on the AST
Represents a data reference