Packages

case class NewLocation(symbol: String = "", methodFullName: String = "", methodShortName: String = "", packageName: String = "", lineNumber: Option[Integer] = None, className: String = "", classShortName: String = "", nodeLabel: String = "", filename: String = "", node: Option[CpgNode] = None) extends NewNode with LocationBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewLocation
  2. Serializable
  3. Product
  4. Equals
  5. LocationBase
  6. HasFilename
  7. HasNodeLabel
  8. HasClassShortName
  9. HasClassName
  10. HasLineNumber
  11. HasPackageName
  12. HasMethodShortName
  13. HasMethodFullName
  14. HasSymbol
  15. NewNode
  16. CpgNode
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewLocation(symbol: String = "", methodFullName: String = "", methodShortName: String = "", packageName: String = "", lineNumber: Option[Integer] = None, className: String = "", classShortName: String = "", nodeLabel: String = "", filename: String = "", node: Option[CpgNode] = 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 allContainedNodes: List[CpgNode]
    Definition Classes
    NewNode
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asStored: StoredNode
    Definition Classes
    LocationBase
  7. val className: String
    Definition Classes
    NewLocationHasClassName
  8. val classShortName: String
    Definition Classes
    NewLocationHasClassShortName
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def containedNodesByLocalName: Map[String, List[CpgNode]]
    Definition Classes
    NewLocationNewNode
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val filename: String
    Definition Classes
    NewLocationHasFilename
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val label: String
    Definition Classes
    NewLocationCpgNode
  17. val lineNumber: Option[Integer]
    Definition Classes
    NewLocationHasLineNumber
  18. val methodFullName: String
    Definition Classes
    NewLocationHasMethodFullName
  19. val methodShortName: String
    Definition Classes
    NewLocationHasMethodShortName
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. val node: Option[CpgNode]
    Definition Classes
    NewLocationLocationBase
  22. val nodeLabel: String
    Definition Classes
    NewLocationHasNodeLabel
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val packageName: String
    Definition Classes
    NewLocationHasPackageName
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val properties: Map[String, Any]
    Definition Classes
    NewLocationNewNode
  28. val symbol: String
    Definition Classes
    NewLocationHasSymbol
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LocationBase

Inherited from HasFilename

Inherited from HasNodeLabel

Inherited from HasClassShortName

Inherited from HasClassName

Inherited from HasLineNumber

Inherited from HasPackageName

Inherited from HasMethodShortName

Inherited from HasMethodFullName

Inherited from HasSymbol

Inherited from NewNode

Inherited from CpgNode

Inherited from AnyRef

Inherited from Any

Ungrouped