StaticMethodParameter

case class StaticMethodParameter(method: MethodRef, index: Int, name: String, isRequired: Boolean, isSecret: Boolean, surface: Surface, defaultValue: Option[Any], accessor: Option[Any => Any], methodArgAccessor: Option[Any => Any]) extends MethodParameter

Parameters of a Surface. Renamed from StdMethodParameter to StaticMethodParameter for binary compatibility

trait Product
trait Equals
trait Parameter
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def get(x: Any): Any
override def getDefaultValue: Option[Any]
Definition Classes
override def getMethodArgDefaultValue(methodOwner: Any): Option[Any]
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

override def call(obj: Any, x: Any*): Any
Definition Classes
Inherited from:
Parameter
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product