Packages

class NewLocation extends NewNode with LocationBase

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

Instance Constructors

  1. new NewLocation(node: Option[AbstractNode] = None, symbol: String = "<empty>", packageName: String = "<empty>", nodeLabel: String = "<empty>", methodShortName: String = "<empty>", methodFullName: String = "<empty>", lineNumber: Option[Integer] = None, filename: String = "<empty>", classShortName: String = "<empty>", className: String = "<empty>")

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asStored: StoredNode
    Definition Classes
    LocationBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewLocation → Equals
  7. def className(value: String): NewLocation.this.type
  8. var className: String
    Definition Classes
    NewLocationHasClassName
  9. def classShortName(value: String): NewLocation.this.type
  10. var classShortName: String
    Definition Classes
    NewLocationHasClassShortName
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def copy: NewLocation.this.type
    Definition Classes
    NewLocationNewNode
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def filename(value: String): NewLocation.this.type
  16. var filename: String
    Definition Classes
    NewLocationHasFilename
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def label: String
    Definition Classes
    NewLocationAbstractNode
  21. def lineNumber(value: Option[Integer]): NewLocation.this.type
  22. def lineNumber(value: Integer): NewLocation.this.type
  23. var lineNumber: Option[Integer]
    Definition Classes
    NewLocationHasLineNumber
  24. def methodFullName(value: String): NewLocation.this.type
  25. var methodFullName: String
    Definition Classes
    NewLocationHasMethodFullName
  26. def methodShortName(value: String): NewLocation.this.type
  27. var methodShortName: String
    Definition Classes
    NewLocationHasMethodShortName
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def node(value: Option[AbstractNode]): NewLocation.this.type
  30. def node(value: AbstractNode): NewLocation.this.type
  31. var node: Option[AbstractNode]
    Definition Classes
    NewLocationLocationBase
  32. def nodeLabel(value: String): NewLocation.this.type
  33. var nodeLabel: String
    Definition Classes
    NewLocationHasNodeLabel
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def packageName(value: String): NewLocation.this.type
  37. var packageName: String
    Definition Classes
    NewLocationHasPackageName
  38. def productArity: Int
    Definition Classes
    NewLocation → Product
  39. def productElement(n: Int): Any
    Definition Classes
    NewLocation → Product
  40. def productElementName(n: Int): String
    Definition Classes
    NewLocation → Product
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def productIterator: Iterator[Any]
    Definition Classes
    Product
  43. def productPrefix: String
    Definition Classes
    NewLocation → Product
  44. def properties: Map[String, Any]
    Definition Classes
    NewLocationNewNode
  45. def symbol(value: String): NewLocation.this.type
  46. var symbol: String
    Definition Classes
    NewLocationHasSymbol
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. 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 LocationBase

Inherited from HasSymbol

Inherited from HasPackageName

Inherited from HasNodeLabel

Inherited from HasMethodShortName

Inherited from HasMethodFullName

Inherited from HasLineNumber

Inherited from HasFilename

Inherited from HasClassShortName

Inherited from HasClassName

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped