Optional$baseJp: LaraJoinPointAn array of objects where each object maps the name of the join point to the corresponding join point that was searched, as well as creating mappings of the format <joinpoint_name>_<repetition>. For instance, if the search chain has the same name multiple times (e.g., search("loop").search("loop")), the chain object will have an attribute "loop" mapped to the last loop of the chain, an attribute "loop_0" mapped to the first loop of the chain and an attribute "loop_1" mapped to the second loop of the chain.
Search in the children of the previously selected nodes.
Optionaltype: Ttype of the join point to search.
Optionalfilter: Filter_WrapperVariant<T>filter rules for the search.
The results of the search.
Search in the children of the previously selected nodes.
Optionalname: stringtype of the join point to search.
Optionalfilter: Filter_StringVariantfilter rules for the search.
The results of the search.
If previously select nodes have the concept of scope (e.g. if, loop), search the direct children of that scope.
Optionaltype: Ttype of the join point to search.
Optionalfilter: Filter_WrapperVariant<T>filter rules for the search.
The results of the search.
If previously select nodes have the concept of scope (e.g. if, loop), search the direct children of that scope.
Optionalname: stringtype of the join point to search.
Optionalfilter: Filter_StringVariantfilter rules for the search.
The results of the search.
Optionaltype: Ttype of the join point to search.
Optionalfilter: Filter_WrapperVariant<T>filter rules for the search.
Optionaltraversal: TraversalTypeAST traversal type, according to TraversalType
The results of the search.
Optionaltype: stringOptionalfilter: Filter_StringVariantfilter rules for the search.
Optionaltraversal: TraversalTypeAST traversal type, according to TraversalType
The results of the search.
StaticconvertOptionalfilter: Filter_StringVariant
Selects join points according to their type and filter rules.
Param: $baseJp
starting join point for the search.
Param: inclusive
if true, $baseJp is included in the search.