Class SourceLocation

java.lang.Object
org.aspectj.bridge.SourceLocation
All Implemented Interfaces:
Serializable, ISourceLocation

public class SourceLocation extends Object implements ISourceLocation
Immutable source location. This guarantees that the source file is not null and that the numeric values are positive and line ≤ endLine.
See Also: