case class SourceInfo(filePath: String, fileName: String, offset: Int, line: Int, column: Int, lineContent: String, enclosingSymbols: List[String]) extends Product with Serializable
Macro-materialized implicit value that provides information about callsite source file position.
It can be used in runtime for logging and debugging purposes.
Similar to Scalactic's Position
, but contains more information.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourceInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All