Packages

class NewCall extends NewNode with CallBase with ExpressionNew with CallReprNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewCall
  2. CallReprNew
  3. HasSignatureMutable
  4. HasNameMutable
  5. ExpressionNew
  6. CfgNodeNew
  7. AstNodeNew
  8. HasOrderMutable
  9. HasLineNumberMutable
  10. HasColumnNumberMutable
  11. HasCodeMutable
  12. HasArgumentNameMutable
  13. HasArgumentIndexMutable
  14. CallBase
  15. HasTypeFullName
  16. HasMethodFullName
  17. HasDynamicTypeHintFullName
  18. HasDispatchType
  19. CallReprBase
  20. HasSignature
  21. HasName
  22. ExpressionBase
  23. CfgNodeBase
  24. AstNodeBase
  25. HasOrder
  26. HasLineNumber
  27. HasColumnNumber
  28. HasCode
  29. HasArgumentName
  30. HasArgumentIndex
  31. NewNode
  32. Product
  33. Equals
  34. DetachedNodeData
  35. Change
  36. AbstractNode
  37. AnyRef
  38. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewCall(typeFullName: String = "<empty>", signature: String = "", order: Int = -1: Int, name: String = "<empty>", methodFullName: String = "<empty>", lineNumber: Option[Integer] = None, dynamicTypeHintFullName: IndexedSeq[String] = collection.immutable.ArraySeq.empty, dispatchType: String = "<empty>", columnNumber: Option[Integer] = None, code: String = "<empty>", argumentName: Option[String] = None, argumentIndex: Int = -1: Int)

Type Members

  1. type StoredType = Call
    Definition Classes
    NewCallNewNode

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): NewCall.this.type
  5. var argumentIndex: Int
    Definition Classes
    NewCallHasArgumentIndex
  6. def argumentName(value: Option[String]): NewCall.this.type
  7. def argumentName(value: String): NewCall.this.type
  8. var argumentName: Option[String]
    Definition Classes
    NewCallHasArgumentName
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStored: StoredNode
    Definition Classes
    CallBase
  11. def canEqual(that: Any): Boolean
    Definition Classes
    NewCall → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def code(value: String): NewCall.this.type
  14. var code: String
    Definition Classes
    NewCallHasCode
  15. def columnNumber(value: Option[Integer]): NewCall.this.type
  16. def columnNumber(value: Integer): NewCall.this.type
  17. var columnNumber: Option[Integer]
    Definition Classes
    NewCallHasColumnNumber
  18. def copy: NewCall.this.type
    Definition Classes
    NewCallNewNode
  19. def dispatchType(value: String): NewCall.this.type
  20. var dispatchType: String
    Definition Classes
    NewCallHasDispatchType
  21. def dynamicTypeHintFullName(value: IterableOnce[String]): NewCall.this.type
  22. var dynamicTypeHintFullName: IndexedSeq[String]
    Definition Classes
    NewCallHasDynamicTypeHintFullName
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def label(): String
    Definition Classes
    NewCall → DetachedNodeData → AbstractNode
  30. def lineNumber(value: Option[Integer]): NewCall.this.type
  31. def lineNumber(value: Integer): NewCall.this.type
  32. var lineNumber: Option[Integer]
    Definition Classes
    NewCallHasLineNumber
  33. def methodFullName(value: String): NewCall.this.type
  34. var methodFullName: String
    Definition Classes
    NewCallHasMethodFullName
  35. def name(value: String): NewCall.this.type
  36. var name: String
    Definition Classes
    NewCallHasName
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def order(value: Int): NewCall.this.type
  41. var order: Int
    Definition Classes
    NewCallHasOrder
  42. def productArity: Int
    Definition Classes
    NewCall → Product
  43. def productElement(n: Int): Any
    Definition Classes
    NewCall → Product
  44. def productElementName(n: Int): String
    Definition Classes
    NewCall → Product
  45. def productElementNames: Iterator[String]
    Definition Classes
    Product
  46. def productIterator: Iterator[Any]
    Definition Classes
    Product
  47. def productPrefix: String
    Definition Classes
    NewCall → Product
  48. def properties: Map[String, Any]
    Definition Classes
    NewCallNewNode
  49. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  50. def signature(value: String): NewCall.this.type
  51. var signature: String
    Definition Classes
    NewCallHasSignature
  52. def stored: Option[StoredType]
    Definition Classes
    NewNode
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def typeFullName(value: String): NewCall.this.type
  56. var typeFullName: String
    Definition Classes
    NewCallHasTypeFullName
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. 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 CallReprNew

Inherited from HasSignatureMutable

Inherited from HasNameMutable

Inherited from ExpressionNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from HasArgumentNameMutable

Inherited from CallBase

Inherited from HasTypeFullName

Inherited from HasMethodFullName

Inherited from HasDispatchType

Inherited from CallReprBase

Inherited from HasSignature

Inherited from HasName

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from HasArgumentName

Inherited from HasArgumentIndex

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