ClassMethodSurface

wvlet.airframe.surface.ClassMethodSurface
case class ClassMethodSurface(mod: Int, owner: Surface, name: String, returnType: Surface, args: Seq[MethodParameter], methodCaller: Option[(Any, Seq[Any]) => Any]) extends MethodSurface

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def call(obj: Any, x: Any*): Any

Attributes

Definition Classes

Inherited methods

def isAbstract: Boolean

Attributes

Inherited from:
MethodSurface
def isFinal: Boolean

Attributes

Inherited from:
MethodSurface
def isPrivate: Boolean

Attributes

Inherited from:
MethodSurface
def isProtected: Boolean

Attributes

Inherited from:
MethodSurface
def isPublic: Boolean

Attributes

Inherited from:
MethodSurface
def isStatic: Boolean

Attributes

Inherited from:
MethodSurface
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Attributes

Inherited from:
MethodSurface