Packages

case class NewIdentifier(code: String = "", name: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: Option[Integer] = None) extends NewNode with IdentifierBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewIdentifier
  2. Serializable
  3. Serializable
  4. IdentifierBase
  5. HasDepthFirstOrder
  6. HasDynamicTypeHintFullName
  7. HasTypeFullName
  8. HasArgumentIndex
  9. LocalLikeBase
  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 NewIdentifier(code: String = "", name: String = "", order: Integer = -1, argumentIndex: Integer = -1, typeFullName: String = "", dynamicTypeHintFullName: List[String] = List(), lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, depthFirstOrder: 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
    NewIdentifierNode
  5. def allContainedNodes: List[Node]
    Definition Classes
    NewNode
  6. val argumentIndex: Integer
    Definition Classes
    NewIdentifierHasArgumentIndex
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    IdentifierBase
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. val code: String
    Definition Classes
    NewIdentifierHasCode
  11. val columnNumber: Option[Integer]
    Definition Classes
    NewIdentifierHasColumnNumber
  12. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewIdentifierNewNode
  13. val depthFirstOrder: Option[Integer]
    Definition Classes
    NewIdentifierHasDepthFirstOrder
  14. val dynamicTypeHintFullName: List[String]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getId: Long
    Definition Classes
    IdentifierBaseNode
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val label: String
    Definition Classes
    NewIdentifierNewNodeNode
  21. val lineNumber: Option[Integer]
    Definition Classes
    NewIdentifierHasLineNumber
  22. val name: String
    Definition Classes
    NewIdentifierHasName
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val order: Integer
    Definition Classes
    NewIdentifierHasOrder
  27. def productArity: Int
    Definition Classes
    IdentifierBase → Product
  28. def productElement(n: Int): Any
    Definition Classes
    IdentifierBase → Product
  29. def productElementLabel(n: Int): String

    labels of product elements, used e.g.

    labels of product elements, used e.g. for pretty-printing

    Definition Classes
    IdentifierBaseNode
  30. def productPrefix: String
    Definition Classes
    IdentifierBase → Product
  31. val properties: Map[String, Any]
    Definition Classes
    NewIdentifierNewNode
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val typeFullName: String
    Definition Classes
    NewIdentifierHasTypeFullName
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from IdentifierBase

Inherited from HasDepthFirstOrder

Inherited from HasTypeFullName

Inherited from HasArgumentIndex

Inherited from LocalLikeBase

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