StaticchildrenOptionaljpType: jpPredicatethe children of the given node, according to the AST
StaticdescendantsOptionaljpType: jpPredicatethe descendants of the given node, according to the AST, preorder traversal
StaticdescendantsOptionaljpType: jpPredicatethe descendants of the given node, according to the AST, postorder traversal
StaticgetIterates of attributeNames, returns the first value that is not null or undefined. If no value is found for the given attributes, returns undefined
StaticgetHelper method of getAttribute which throws an exception if no value is found
StaticgetConverts the join point to a string of code. Expects attribute 'code' to exist.
join point to convert to code.
a String with the code representation of this join point.
Staticrootthe current root node of the AST
StaticscopeOptionaljpType: jpPredicatethe nodes inside the scope of the given node.
StatictoConverts an AST node to a JointPoint.
Object which provides low-level join point-related methods.