Packages

class NewNamespaceBlock extends NewNode with NamespaceBlockBase with AstNodeNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewNamespaceBlock
  2. AstNodeNew
  3. HasOrderMutable
  4. HasLineNumberMutable
  5. HasColumnNumberMutable
  6. HasCodeMutable
  7. NamespaceBlockBase
  8. HasName
  9. HasFullName
  10. HasFilename
  11. AstNodeBase
  12. HasOrder
  13. HasLineNumber
  14. HasColumnNumber
  15. HasCode
  16. NewNode
  17. Product
  18. Equals
  19. DetachedNodeData
  20. Change
  21. AbstractNode
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewNamespaceBlock(order: Int = -1: Int, name: String = "<empty>", lineNumber: Option[Integer] = None, fullName: String = "<empty>", filename: String = "<empty>", columnNumber: Option[Integer] = None, code: String = "<empty>")

Type Members

  1. type StoredType = NamespaceBlock
    Definition Classes
    NewNamespaceBlockNewNode

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
    NamespaceBlockBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewNamespaceBlock → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def code(value: String): NewNamespaceBlock.this.type
  9. var code: String
    Definition Classes
    NewNamespaceBlockHasCode
  10. def columnNumber(value: Option[Integer]): NewNamespaceBlock.this.type
  11. def columnNumber(value: Integer): NewNamespaceBlock.this.type
  12. var columnNumber: Option[Integer]
    Definition Classes
    NewNamespaceBlockHasColumnNumber
  13. def copy: NewNamespaceBlock.this.type
    Definition Classes
    NewNamespaceBlockNewNode
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def filename(value: String): NewNamespaceBlock.this.type
  17. var filename: String
    Definition Classes
    NewNamespaceBlockHasFilename
  18. def fullName(value: String): NewNamespaceBlock.this.type
  19. var fullName: String
    Definition Classes
    NewNamespaceBlockHasFullName
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def label(): String
    Definition Classes
    NewNamespaceBlock → DetachedNodeData → AbstractNode
  25. def lineNumber(value: Option[Integer]): NewNamespaceBlock.this.type
  26. def lineNumber(value: Integer): NewNamespaceBlock.this.type
  27. var lineNumber: Option[Integer]
    Definition Classes
    NewNamespaceBlockHasLineNumber
  28. def name(value: String): NewNamespaceBlock.this.type
  29. var name: String
    Definition Classes
    NewNamespaceBlockHasName
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def order(value: Int): NewNamespaceBlock.this.type
  34. var order: Int
    Definition Classes
    NewNamespaceBlockHasOrder
  35. def productArity: Int
    Definition Classes
    NewNamespaceBlock → Product
  36. def productElement(n: Int): Any
    Definition Classes
    NewNamespaceBlock → Product
  37. def productElementName(n: Int): String
    Definition Classes
    NewNamespaceBlock → Product
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def productIterator: Iterator[Any]
    Definition Classes
    Product
  40. def productPrefix: String
    Definition Classes
    NewNamespaceBlock → Product
  41. def properties: Map[String, Any]
    Definition Classes
    NewNamespaceBlockNewNode
  42. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  43. def stored: Option[StoredType]
    Definition Classes
    NewNode
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. 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 AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from NamespaceBlockBase

Inherited from HasName

Inherited from HasFullName

Inherited from HasFilename

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 DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped