Static
childrenOptional
jpType: jpPredicatethe children of the given node, according to the AST
Static
descendantsOptional
jpType: jpPredicatethe descendants of the given node, according to the AST, preorder traversal
Static
descendantsOptional
jpType: jpPredicatethe descendants of the given node, according to the AST, postorder traversal
Static
getIterates of attributeNames, returns the first value that is not null or undefined. If no value is found for the given attributes, returns undefined
Static
getHelper method of getAttribute which throws an exception if no value is found
Static
getConverts 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.
Static
rootthe current root node of the AST
Static
scopeOptional
jpType: jpPredicatethe nodes inside the scope of the given node.
Static
toConverts an AST node to a JointPoint.
Object which provides low-level join point-related methods.