Packages

class NewCall extends NewNode with CallBase with CallReprNew with ExpressionNew

Linear Supertypes
ExpressionNew, CallReprNew, CfgNodeNew, AstNodeNew, CallBase, ExpressionBase, CallReprBase, CfgNodeBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, StaticType[AnyRef], NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewCall
  2. ExpressionNew
  3. CallReprNew
  4. CfgNodeNew
  5. AstNodeNew
  6. CallBase
  7. ExpressionBase
  8. CallReprBase
  9. CfgNodeBase
  10. AstNodeBase
  11. NewNode
  12. Product
  13. Equals
  14. DetachedNodeData
  15. Change
  16. AbstractNode
  17. StaticType
  18. NodeOrDetachedNode
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewCall()

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

Inherited from ExpressionNew

Inherited from CallReprNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from CallBase

Inherited from ExpressionBase

Inherited from CallReprBase

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 StaticType[AnyRef]

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped