Packages

c

wvlet.surface

ClassMethodSurface

case class ClassMethodSurface(mod: Int, owner: Surface, name: String, returnType: Surface, args: Seq[MethodParameter]) 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])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val args: Seq[MethodParameter]
    Definition Classes
    ClassMethodSurfaceMethodSurface
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def call(obj: Any, x: Any*): Nothing
    Definition Classes
    ClassMethodSurfaceParameterBase
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def isAbstract: Boolean
    Definition Classes
    MethodSurface
  12. def isFinal: Boolean
    Definition Classes
    MethodSurface
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def isPrivate: Boolean
    Definition Classes
    MethodSurface
  15. def isProtected: Boolean
    Definition Classes
    MethodSurface
  16. def isPublic: Boolean
    Definition Classes
    MethodSurface
  17. def isStatic: Boolean
    Definition Classes
    MethodSurface
  18. val mod: Int
    Definition Classes
    ClassMethodSurfaceMethodSurface
  19. val name: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. val owner: Surface
    Definition Classes
    ClassMethodSurfaceMethodSurface
  24. val returnType: Surface
    Definition Classes
    ClassMethodSurfaceMethodSurface
  25. def surface: Surface
    Definition Classes
    MethodSurfaceParameterBase
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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