ScopePathBuilder
A concrete implementation of AbstractPathBuilder for creating a scope resolution Path. This is the standard builder used for general-purpose path construction.
Properties
Functions
Link copied to clipboard
Finalizes the path construction, returning the completed Path object. This should be the last call in the DSL chain, terminating at the Root of the scope hierarchy.
Appends a Qualifier to the current path, representing a step down into a child scope. The of is used as an infix operator to create a natural, readable DSL.