c

wvlet.surface.reflect

ReflectMethodSurface

case class ReflectMethodSurface(mod: Int, owner: Surface, name: String, returnType: Surface, args: Seq[MethodParameter]) extends MethodSurface with LogSupport with Product with Serializable

MethodSurface for JVM. This can call method through Java reflection

Linear Supertypes
Product, Equals, LogSupport, LazyLogger, LoggingMethods, MethodSurface, ParameterBase, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReflectMethodSurface
  2. Product
  3. Equals
  4. LogSupport
  5. LazyLogger
  6. LoggingMethods
  7. MethodSurface
  8. ParameterBase
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReflectMethodSurface(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
    ReflectMethodSurfaceMethodSurface
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def call(obj: Any, x: Any*): Any
    Definition Classes
    ReflectMethodSurfaceParameterBase
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  9. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  12. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getMethod: Option[Method]
  16. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  17. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. def isAbstract: Boolean
    Definition Classes
    MethodSurface
  19. def isFinal: Boolean
    Definition Classes
    MethodSurface
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrivate: Boolean
    Definition Classes
    MethodSurface
  22. def isProtected: Boolean
    Definition Classes
    MethodSurface
  23. def isPublic: Boolean
    Definition Classes
    MethodSurface
  24. def isStatic: Boolean
    Definition Classes
    MethodSurface
  25. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  26. val mod: Int
    Definition Classes
    ReflectMethodSurfaceMethodSurface
  27. val name: String
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. val owner: Surface
    Definition Classes
    ReflectMethodSurfaceMethodSurface
  32. val returnType: Surface
    Definition Classes
    ReflectMethodSurfaceMethodSurface
  33. def surface: Surface
    Definition Classes
    MethodSurfaceParameterBase
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  36. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  41. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Inherited from Product

Inherited from Equals

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from MethodSurface

Inherited from ParameterBase

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped