Packages

class NewLocation extends NewNode with LocationBase

Linear Supertypes
LocationBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, StaticType[AnyRef], 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. StaticType
  10. NodeOrDetachedNode
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewLocation()

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

Inherited from LocationBase

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from StaticType[AnyRef]

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped