StaticgetStaticgetSearches constant values. Currently, three types of constants are returned:
OptionalstartingPoint: 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.
StaticgetCreates 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.
Staticget
Utility methods related to searching join points and AST properties.