Executable

class Executable

This class is intended as a workaround until we are able to use Java 8's java.lang.reflect.Executable class.

This class is intended as a workaround until we are able to use Java 8's java.lang.reflect.Executable class.

class Object
trait Matchable
class Any

Value members

Constructors

def this(method: Method)
def this(constructor: Constructor[_], isPrimaryCtor: Boolean)

Concrete methods

def defaultValuePattern: Option[String]
def getAsAccessibleObject: AccessibleObject
def getDeclaringClass(): Class[_]
def getGenericParameterTypes(): Array[Type]
def getMarkedAsPrimary(): Boolean
def getModifiers(): Int
def getParameterTypes(): Array[Class[_]]
def invoke(companion: Option[SingletonDescriptor], args: Seq[Any]): Any
override def toString: String
Definition Classes
Any

Concrete fields

val constructor: Constructor[_]
val method: Method