Packages

c

xyz.cofe.stsl.types.TObject

MethodBuilder

class MethodBuilder extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MethodBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MethodBuilder(mb: MethodsBuilder, methods: MutableMethods)

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. def add: MethodsBuilder
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def callable(newCall: (List[Any]) ⇒ Any): MethodBuilder
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def generics(builder: Consumer[GenericsBuilder]): MethodBuilder
  11. def generics(newGenerics: GenericParams): MethodBuilder
  12. def getCall: (Seq[Any]) ⇒ Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getGenerics: GenericParams
  15. def getName: String
  16. def getParams: Params
  17. def getResult: Type
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def invoking(newCall: (Seq[Any]) ⇒ Any): MethodBuilder
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def name(newName: String): MethodBuilder
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def params(builder: Consumer[ParamsBuilder]): MethodBuilder
  26. def params(newParams: Params): MethodBuilder
  27. def result(newResult: Type): MethodBuilder
  28. def setCall(newCall: (Seq[Any]) ⇒ Any): Unit
  29. def setGenerics(newGenerics: GenericParams): Unit
  30. def setName(newName: String): Unit
  31. def setParams(newParams: Params): Unit
  32. def setResult(newResult: Type): Unit
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped