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.
Optional
type: Ttype of the join point to search.
Optional
filter: Filter_WrapperVariant<T>filter rules for the search.
The results of the search.
Search in the children of the previously selected nodes.
Optional
name: stringtype of the join point to search.
Optional
filter: 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.
Optional
type: Ttype of the join point to search.
Optional
filter: 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.
Optional
name: stringtype of the join point to search.
Optional
filter: Filter_StringVariantfilter rules for the search.
The results of the search.
Optional
type: Ttype of the join point to search.
Optional
filter: Filter_WrapperVariant<T>filter rules for the search.
Optional
traversal: TraversalTypeAST traversal type, according to TraversalType
The results of the search.
Optional
type: stringOptional
filter: Filter_StringVariantfilter rules for the search.
Optional
traversal: TraversalTypeAST traversal type, according to TraversalType
The results of the search.
Static
convertOptional
filter: 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.