trait ExpressionNew extends NewNode with HasArgumentIndexMutable with HasArgumentNameMutable with HasCodeMutable with HasColumnNumberMutable with HasLineNumberMutable with HasOrderMutable with CfgNodeNew with AstNodeNew
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExpressionNew
- CfgNodeNew
- AstNodeNew
- HasOrderMutable
- HasOrder
- HasLineNumberMutable
- HasLineNumber
- HasColumnNumberMutable
- HasColumnNumber
- HasCodeMutable
- HasCode
- HasArgumentNameMutable
- HasArgumentName
- HasArgumentIndexMutable
- HasArgumentIndex
- NewNode
- Product
- Equals
- DetachedNodeData
- Change
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type StoredType <: StoredNode
- Definition Classes
- NewNode
Abstract Value Members
- abstract def argumentIndex: Int
- Definition Classes
- HasArgumentIndex
- abstract def argumentIndex_=(value: Int): Unit
- Definition Classes
- HasArgumentIndexMutable
- abstract def argumentName: Option[String]
- Definition Classes
- HasArgumentName
- abstract def argumentName_=(value: Option[String]): Unit
- Definition Classes
- HasArgumentNameMutable
- abstract def canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract def code: String
- Definition Classes
- HasCode
- abstract def code_=(value: String): Unit
- Definition Classes
- HasCodeMutable
- abstract def columnNumber: Option[Integer]
- Definition Classes
- HasColumnNumber
- abstract def columnNumber_=(value: Option[Integer]): Unit
- Definition Classes
- HasColumnNumberMutable
- abstract def copy: ExpressionNew.this.type
- Definition Classes
- NewNode
- abstract def label(): String
- Definition Classes
- DetachedNodeData
- abstract def lineNumber: Option[Integer]
- Definition Classes
- HasLineNumber
- abstract def lineNumber_=(value: Option[Integer]): Unit
- Definition Classes
- HasLineNumberMutable
- abstract def order: Int
- Definition Classes
- HasOrder
- abstract def order_=(value: Int): Unit
- Definition Classes
- HasOrderMutable
- abstract def productArity: Int
- Definition Classes
- Product
- abstract def productElement(n: Int): Any
- Definition Classes
- Product
- abstract def properties: Map[String, Any]
- Definition Classes
- NewNode
Concrete 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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
- 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 productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- 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
- 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