Class

wvlet.airframe.surface

ClassMethodSurface

Related Doc: package surface

Permalink

case class ClassMethodSurface(mod: Int, owner: Surface, name: String, returnType: Surface, args: Seq[MethodParameter], methodCaller: Option[(Any, Seq[Any]) ⇒ Any]) extends MethodSurface with Product with Serializable

Linear Supertypes
Product, Equals, MethodSurface, ParameterBase, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassMethodSurface
  2. Product
  3. Equals
  4. MethodSurface
  5. ParameterBase
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassMethodSurface(mod: Int, owner: Surface, name: String, returnType: Surface, args: Seq[MethodParameter], methodCaller: Option[(Any, Seq[Any]) ⇒ Any])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val args: Seq[MethodParameter]

    Permalink
    Definition Classes
    ClassMethodSurfaceMethodSurface
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def call(obj: Any, x: Any*): Any

    Permalink
    Definition Classes
    ClassMethodSurfaceParameterBase
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def isAbstract: Boolean

    Permalink
    Definition Classes
    MethodSurface
  11. def isFinal: Boolean

    Permalink
    Definition Classes
    MethodSurface
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. def isPrivate: Boolean

    Permalink
    Definition Classes
    MethodSurface
  14. def isProtected: Boolean

    Permalink
    Definition Classes
    MethodSurface
  15. def isPublic: Boolean

    Permalink
    Definition Classes
    MethodSurface
  16. def isStatic: Boolean

    Permalink
    Definition Classes
    MethodSurface
  17. val methodCaller: Option[(Any, Seq[Any]) ⇒ Any]

    Permalink
  18. val mod: Int

    Permalink
    Definition Classes
    ClassMethodSurfaceMethodSurface
  19. val name: String

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. val owner: Surface

    Permalink
    Definition Classes
    ClassMethodSurfaceMethodSurface
  24. val returnType: Surface

    Permalink
    Definition Classes
    ClassMethodSurfaceMethodSurface
  25. def surface: Surface

    Permalink
    Definition Classes
    MethodSurfaceParameterBase
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Product

Inherited from Equals

Inherited from MethodSurface

Inherited from ParameterBase

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped