ClassMethodSurface

case class ClassMethodSurface(mod: Int, owner: Surface, name: String, returnType: Surface, args: Seq[MethodParameter], methodCaller: Option[(Any, Seq[Any]) => Any]) extends MethodSurface
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def isAbstract: Boolean
Inherited from
MethodSurface
def isFinal: Boolean
Inherited from
MethodSurface
def isPrivate: Boolean
Inherited from
MethodSurface
def isProtected: Boolean
Inherited from
MethodSurface
def isPublic: Boolean
Inherited from
MethodSurface
def isStatic: Boolean
Inherited from
MethodSurface
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
Inherited from
MethodSurface