TopOfClass

final case class TopOfClass(className: String) extends Location

The location in a source file where the class whose by the fully qualified name is passed as className is declared.

Value parameters:
className

the fully qualified class name

class Location
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