Static
getStatic
getSearches constant values. Currently, three types of constants are returned:
Optional
startingPoint: LaraJoinPointThe join point where the search for constants will start (inclusive).
An array of join points, which can either be a field, an assignment, or a local variable.
Static
getCreates an object representing the class hierarchy of the current program.
A map where the keys are strings with the fully qualified name of the class, and the value is an array with class join points that are subclasses of the class represented by the key. If the map returns undefined, this means that the class has no subclasses.
Static
get
Utility methods related to searching join points and AST properties.