Packages

class NewLocation extends NewNode with LocationBase

Linear Supertypes
LocationBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewLocation
  2. LocationBase
  3. NewNode
  4. Product
  5. Equals
  6. DetachedNodeData
  7. Change
  8. AbstractNode
  9. NodeOrDetachedNode
  10. AnyRef
  11. 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>")

Type Members

  1. type StoredType = Location
    Definition Classes
    NewLocationNewNode

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
    NewLocationLocationBase
  9. def classShortName(value: String): NewLocation.this.type
  10. var classShortName: String
    Definition Classes
    NewLocationLocationBase
  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
    NewLocationLocationBase
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def label(): String
    Definition Classes
    NewLocation → DetachedNodeData → AbstractNode
  22. def lineNumber(value: Option[Integer]): NewLocation.this.type
  23. def lineNumber(value: Integer): NewLocation.this.type
  24. var lineNumber: Option[Integer]
    Definition Classes
    NewLocationLocationBase
  25. def methodFullName(value: String): NewLocation.this.type
  26. var methodFullName: String
    Definition Classes
    NewLocationLocationBase
  27. def methodShortName(value: String): NewLocation.this.type
  28. var methodShortName: String
    Definition Classes
    NewLocationLocationBase
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def node(value: Option[AbstractNode]): NewLocation.this.type
  31. def node(value: AbstractNode): NewLocation.this.type
  32. var node: Option[AbstractNode]
    Definition Classes
    NewLocationLocationBase
  33. def nodeLabel(value: String): NewLocation.this.type
  34. var nodeLabel: String
    Definition Classes
    NewLocationLocationBase
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def packageName(value: String): NewLocation.this.type
  38. var packageName: String
    Definition Classes
    NewLocationLocationBase
  39. def productArity: Int
    Definition Classes
    NewLocation → Product
  40. def productElement(n: Int): Any
    Definition Classes
    NewLocation → Product
  41. def productElementName(n: Int): String
    Definition Classes
    NewLocation → Product
  42. def productElementNames: Iterator[String]
    Definition Classes
    Product
  43. def productIterator: Iterator[Any]
    Definition Classes
    Product
  44. def productPrefix: String
    Definition Classes
    NewLocation → Product
  45. def properties: Map[String, Any]
    Definition Classes
    NewLocationNewNode
  46. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  47. def stored: Option[StoredType]
    Definition Classes
    NewNode
  48. def symbol(value: String): NewLocation.this.type
  49. var symbol: String
    Definition Classes
    NewLocationLocationBase
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. 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 NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped