final case classTopOfMethod(className: String, methodId: String) extends Location with Product with Serializable
The location in a source file where the method identified by the passed methodId
in the class whose fully qualified name is pased as className is declared.
The methodId is obtained by calling toGenericString on the java.lang.reflect.Method
object representing the method.
Linear Supertypes
Serializable, Serializable, Product, Equals, Location, AnyRef, Any
The location in a source file where the method identified by the passed
methodId
in the class whose fully qualified name is pased asclassName
is declared. The methodId is obtained by callingtoGenericString
on thejava.lang.reflect.Method
object representing the method.