Packages

case class NewCall(code: String = "", name: String = "", order: Integer = -1, argumentIndex: Integer = -1, dispatchType: String = "", signature: String = "", typeFullName: String = "", methodInstFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None) extends NewNode with CallBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewCall
  2. Serializable
  3. CallBase
  4. HasMethodInstFullName
  5. HasTypeFullName
  6. HasDispatchType
  7. HasArgumentIndex
  8. CallReprBase
  9. HasSignature
  10. HasName
  11. ExpressionBase
  12. CfgNodeBase
  13. AstNodeBase
  14. HasColumnNumber
  15. HasLineNumber
  16. TrackingPointBase
  17. WithinMethodBase
  18. HasOrder
  19. HasCode
  20. NewNode
  21. Node
  22. Product
  23. Equals
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewCall(code: String = "", name: String = "", order: Integer = -1, argumentIndex: Integer = -1, dispatchType: String = "", signature: String = "", typeFullName: String = "", methodInstFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None)

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 accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    NewCallNode
  5. def allContainedNodes: List[Node]
    Definition Classes
    NewNode
  6. val argumentIndex: Integer
    Definition Classes
    NewCallHasArgumentIndex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    CallBase
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val code: String
    Definition Classes
    NewCallHasCode
  11. val columnNumber: Option[Integer]
    Definition Classes
    NewCallHasColumnNumber
  12. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewCallNewNode
  13. val dispatchType: String
    Definition Classes
    NewCallHasDispatchType
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val label: String
    Definition Classes
    NewCallNewNode
  19. val lineNumber: Option[Integer]
    Definition Classes
    NewCallHasLineNumber
  20. val methodInstFullName: String
    Definition Classes
    NewCallHasMethodInstFullName
  21. val name: String
    Definition Classes
    NewCallHasName
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val order: Integer
    Definition Classes
    NewCallHasOrder
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val properties: Map[String, Any]
    Definition Classes
    NewCallNewNode
  28. val signature: String
    Definition Classes
    NewCallHasSignature
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val typeFullName: String
    Definition Classes
    NewCallHasTypeFullName
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from CallBase

Inherited from HasMethodInstFullName

Inherited from HasTypeFullName

Inherited from HasDispatchType

Inherited from HasArgumentIndex

Inherited from CallReprBase

Inherited from HasSignature

Inherited from HasName

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasColumnNumber

Inherited from HasLineNumber

Inherited from TrackingPointBase

Inherited from WithinMethodBase

Inherited from HasOrder

Inherited from HasCode

Inherited from NewNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped