Packages

class NewLocal extends NewNode with LocalBase with DeclarationNew with AstNodeNew

Linear Supertypes
AstNodeNew, DeclarationNew, LocalBase, AstNodeBase, DeclarationBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewLocal
  2. AstNodeNew
  3. DeclarationNew
  4. LocalBase
  5. AstNodeBase
  6. DeclarationBase
  7. NewNode
  8. Product
  9. Equals
  10. DetachedNodeData
  11. Change
  12. AbstractNode
  13. NodeOrDetachedNode
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewLocal(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>", closureBindingId: Option[String] = None)

Type Members

  1. type StoredType = Local
    Definition Classes
    NewLocalNewNode

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

Inherited from LocalBase

Inherited from AstNodeBase

Inherited from DeclarationBase

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped