public interface SpiProfileLocationFactory
Factory for creating profile locations.
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Create a profile location.Create a profile location with a line number.Create a known location.
-
Method Details
-
create
ProfileLocation create()Create a profile location. -
create
Create a profile location with a line number. -
createAt
Create a known location.
-