MethodDef

sealed case class MethodDef(flags: MemberFlags, name: MethodIdent, originalName: OriginalName, args: List[ParamDef], resultType: Type, body: Option[Tree])(optimizerHints: OptimizerHints, hash: Option[TreeHash])(implicit pos: Position) extends MemberDef
trait Product
trait Equals
class MemberDef
class IRNode
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

Inherited from
Product
def show: String
Inherited from
IRNode

Concrete fields

Implicits

Implicits

implicit val pos: Position