class NewLocal extends NewNode with LocalBase with AstNodeNew with DeclarationNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewLocal
- DeclarationNew
- AstNodeNew
- LocalBase
- HasTypeFullName
- HasDynamicTypeHintFullName
- HasClosureBindingId
- DeclarationBase
- HasName
- AstNodeBase
- HasOrder
- HasLineNumber
- HasColumnNumber
- HasCode
- NewNode
- Product
- Equals
- DetachedNodeData
- Change
- AbstractNode
- NodeOrDetachedNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- LocalBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewLocal → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def closureBindingId(value: Option[String]): NewLocal.this.type
- def closureBindingId(value: String): NewLocal.this.type
- var closureBindingId: Option[String]
- Definition Classes
- NewLocal → HasClosureBindingId
- def code(value: String): NewLocal.this.type
- var code: String
- def columnNumber(value: Option[Integer]): NewLocal.this.type
- def columnNumber(value: Integer): NewLocal.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewLocal → HasColumnNumber
- def copy: NewLocal.this.type
- def dynamicTypeHintFullName(value: IterableOnce[String]): NewLocal.this.type
- var dynamicTypeHintFullName: IndexedSeq[String]
- Definition Classes
- NewLocal → HasDynamicTypeHintFullName
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRefOrId(): AnyRef
- Definition Classes
- NewNode → DetachedNodeData
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label(): String
- Definition Classes
- NewLocal → DetachedNodeData → AbstractNode
- def lineNumber(value: Option[Integer]): NewLocal.this.type
- def lineNumber(value: Integer): NewLocal.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewLocal → HasLineNumber
- def name(value: String): NewLocal.this.type
- var name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def order(value: Int): NewLocal.this.type
- var order: Int
- def productArity: Int
- Definition Classes
- NewLocal → Product
- def productElement(n: Int): Any
- Definition Classes
- NewLocal → Product
- def productElementName(n: Int): String
- Definition Classes
- NewLocal → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewLocal → Product
- def properties: Map[String, Any]
- def setRefOrId(r: AnyRef): Unit
- Definition Classes
- NewNode → DetachedNodeData
- def stored: Option[StoredType]
- Definition Classes
- NewNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeFullName(value: String): NewLocal.this.type
- var typeFullName: String
- Definition Classes
- NewLocal → HasTypeFullName
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated