Packages

class NewArrayInitializer extends NewNode with ArrayInitializerBase with AstNodeNew with ExpressionNew

Linear Supertypes
ExpressionNew, CfgNodeNew, AstNodeNew, ArrayInitializerBase, ExpressionBase, CfgNodeBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewArrayInitializer
  2. ExpressionNew
  3. CfgNodeNew
  4. AstNodeNew
  5. ArrayInitializerBase
  6. ExpressionBase
  7. CfgNodeBase
  8. AstNodeBase
  9. NewNode
  10. Product
  11. Equals
  12. DetachedNodeData
  13. Change
  14. AbstractNode
  15. NodeOrDetachedNode
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewArrayInitializer(order: Int = -1: Int, lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, code: String = "<empty>", argumentName: Option[String] = None, argumentIndex: Int = -1: Int)

Type Members

  1. type StoredType = ArrayInitializer
    Definition Classes
    NewArrayInitializerNewNode

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. def argumentIndex(value: Int): NewArrayInitializer.this.type
  5. var argumentIndex: Int
  6. def argumentName(value: Option[String]): NewArrayInitializer.this.type
  7. def argumentName(value: String): NewArrayInitializer.this.type
  8. var argumentName: Option[String]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStored: StoredNode
    Definition Classes
    ArrayInitializerBase
  11. def canEqual(that: Any): Boolean
    Definition Classes
    NewArrayInitializer → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def code(value: String): NewArrayInitializer.this.type
  14. var code: String
  15. def columnNumber(value: Option[Integer]): NewArrayInitializer.this.type
  16. def columnNumber(value: Integer): NewArrayInitializer.this.type
  17. var columnNumber: Option[Integer]
  18. def copy: NewArrayInitializer.this.type
    Definition Classes
    NewArrayInitializerNewNode
  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
    NewArrayInitializer → DetachedNodeData → AbstractNode
  26. def lineNumber(value: Option[Integer]): NewArrayInitializer.this.type
  27. def lineNumber(value: Integer): NewArrayInitializer.this.type
  28. var lineNumber: Option[Integer]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def order(value: Int): NewArrayInitializer.this.type
  33. var order: Int
  34. def productArity: Int
    Definition Classes
    NewArrayInitializer → Product
  35. def productElement(n: Int): Any
    Definition Classes
    NewArrayInitializer → Product
  36. def productElementName(n: Int): String
    Definition Classes
    NewArrayInitializer → Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    NewArrayInitializer → Product
  40. def properties: Map[String, Any]
    Definition Classes
    NewArrayInitializerNewNode
  41. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  42. def stored: Option[StoredType]
    Definition Classes
    NewNode
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. 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 ExpressionNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from ArrayInitializerBase

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

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