Location

case
class Location(packageName: String, className: String, fullClassName: String, classType: ClassType, method: String, sourcePath: String)
Value Params
className

the name of the closest enclosing class

fullClassName

the fully qualified name of the closest enclosing class

packageName

the name of the enclosing package

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product