Packages

class NewMember extends NewNode with MemberBase with AstNodeNew with DeclarationNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMember
  2. DeclarationNew
  3. HasNameMutable
  4. AstNodeNew
  5. HasOrderMutable
  6. HasLineNumberMutable
  7. HasColumnNumberMutable
  8. HasCodeMutable
  9. MemberBase
  10. HasTypeFullName
  11. HasDynamicTypeHintFullName
  12. DeclarationBase
  13. HasName
  14. AstNodeBase
  15. HasOrder
  16. HasLineNumber
  17. HasColumnNumber
  18. HasCode
  19. NewNode
  20. Product
  21. Equals
  22. AbstractNode
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewMember(typeFullName: String = "<empty>", order: Int = -1: Int, name: String = "<empty>", lineNumber: Option[Integer] = None, dynamicTypeHintFullName: IndexedSeq[String] = collection.immutable.ArraySeq.empty, columnNumber: Option[Integer] = None, code: String = "<empty>")

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asStored: StoredNode
    Definition Classes
    MemberBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewMember → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def code(value: String): NewMember.this.type
  9. var code: String
    Definition Classes
    NewMemberHasCode
  10. def columnNumber(value: Option[Integer]): NewMember.this.type
  11. def columnNumber(value: Integer): NewMember.this.type
  12. var columnNumber: Option[Integer]
    Definition Classes
    NewMemberHasColumnNumber
  13. def copy: NewMember.this.type
    Definition Classes
    NewMemberNewNode
  14. def dynamicTypeHintFullName(value: IterableOnce[String]): NewMember.this.type
  15. var dynamicTypeHintFullName: IndexedSeq[String]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def label: String
    Definition Classes
    NewMemberAbstractNode
  22. def lineNumber(value: Option[Integer]): NewMember.this.type
  23. def lineNumber(value: Integer): NewMember.this.type
  24. var lineNumber: Option[Integer]
    Definition Classes
    NewMemberHasLineNumber
  25. def name(value: String): NewMember.this.type
  26. var name: String
    Definition Classes
    NewMemberHasName
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def order(value: Int): NewMember.this.type
  31. var order: Int
    Definition Classes
    NewMemberHasOrder
  32. def productArity: Int
    Definition Classes
    NewMember → Product
  33. def productElement(n: Int): Any
    Definition Classes
    NewMember → Product
  34. def productElementName(n: Int): String
    Definition Classes
    Product
  35. def productElementNames: Iterator[String]
    Definition Classes
    Product
  36. def productIterator: Iterator[Any]
    Definition Classes
    Product
  37. def productPrefix: String
    Definition Classes
    NewMember → Product
  38. def properties: Map[String, Any]
    Definition Classes
    NewMemberNewNode
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def typeFullName(value: String): NewMember.this.type
  42. var typeFullName: String
    Definition Classes
    NewMemberHasTypeFullName
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from DeclarationNew

Inherited from HasNameMutable

Inherited from AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from MemberBase

Inherited from HasTypeFullName

Inherited from DeclarationBase

Inherited from HasName

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped