object Names

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

Type Members

  1. final class ClassName extends Name with Comparable[ClassName]

    The full name of a class.

    The full name of a class.

    A class name is non-empty sequence of .-separated simple names, where each simple name must be non-empty and can contain any Unicode code point except / . ; [.

  2. final class FieldName extends Name with Comparable[FieldName]

    The name of a field.

    The name of a field.

    Field names must be non-empty, and can contain any Unicode code point except / . ; [.

  3. final class LabelName extends Name with Comparable[LabelName]

    The name of the label of a Labeled block.

    The name of the label of a Labeled block.

    Label names must be non-empty, and can contain any Unicode code point except / . ; [.

  4. final class LocalName extends Name with Comparable[LocalName]

    The name of a local variable or capture parameter.

    The name of a local variable or capture parameter.

    Local names must be non-empty, and can contain any Unicode code point except / . ; [.

  5. final class MethodName extends AnyRef

    The full name of a method, including its simple name and its signature.

  6. sealed abstract class Name extends AnyRef
  7. final class SimpleMethodName extends Name with Comparable[SimpleMethodName]

    The simple name of a method (excluding its signature).

    The simple name of a method (excluding its signature).

    Simple names must be non-empty, and can contain any Unicode code point except / . ; [. In addition, they must not contain the code point < unless they are the string <init> or the string <clinit>.

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 BoxedBooleanClass: ClassName
  5. val BoxedByteClass: ClassName
  6. val BoxedCharacterClass: ClassName
  7. val BoxedDoubleClass: ClassName
  8. val BoxedFloatClass: ClassName
  9. val BoxedIntegerClass: ClassName
  10. val BoxedLongClass: ClassName
  11. val BoxedShortClass: ClassName
  12. val BoxedStringClass: ClassName
  13. val BoxedUnitClass: ClassName
  14. val ClassClass: ClassName

    The class of things returned by ClassOf and GetClass.

  15. val ConstructorSimpleName: SimpleMethodName
  16. val HijackedClasses: Set[ClassName]

    The set of all hijacked classes.

  17. final val NoArgConstructorName: MethodName

    Name of a constructor without argument.

    Name of a constructor without argument.

    This is notably the signature of constructors of module classes.

  18. val ObjectClass: ClassName

    java.lang.Object, the root of the class hierarchy.

  19. final val StaticInitializerName: MethodName

    Name of the static initializer method.

  20. val StaticInitializerSimpleName: SimpleMethodName
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. object ClassName
  38. object FieldName
  39. object LabelName
  40. object LocalName
  41. object MethodName
  42. object SimpleMethodName

Inherited from AnyRef

Inherited from Any

Ungrouped