StaticgetThe child of the node at the given index.
StaticgetAn array with the children AST nodes of the given AST node.
StaticgetAn array with the descendants AST nodes of the given AST node.
StaticgetThe number of children of the AST node.
StaticgetThe parent AST node of the given AST node.
StaticrootThe current root node of the static
StatictoConverts the given AST node to the native join point supported by the current LARA compiler.
A native join point, as opposed to the join point of the current language specification.
Contains utility methods related to the AST provided by the LARA compiler.
Deprecated
This class deals with AST nodes. You should never use AST nodes directly. Use the provided join points instead. If you need this class, you are doing something wrong.