Packages

class NewFile extends NewNode with FileBase with AstNodeNew

Linear Supertypes
AstNodeNew, FileBase, HasName, HasHash, AstNodeBase, HasOrder, HasLineNumber, HasColumnNumber, HasCode, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewFile
  2. AstNodeNew
  3. FileBase
  4. HasName
  5. HasHash
  6. AstNodeBase
  7. HasOrder
  8. HasLineNumber
  9. HasColumnNumber
  10. HasCode
  11. NewNode
  12. Product
  13. Equals
  14. DetachedNodeData
  15. Change
  16. AbstractNode
  17. NodeOrDetachedNode
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewFile(order: Int = -1: Int, name: String = "<empty>", lineNumber: Option[Integer] = None, hash: Option[String] = None, columnNumber: Option[Integer] = None, code: String = "<empty>")

Type Members

  1. type StoredType = File
    Definition Classes
    NewFileNewNode

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
    FileBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewFile → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def code(value: String): NewFile.this.type
  9. var code: String
    Definition Classes
    NewFileHasCode
  10. def columnNumber(value: Option[Integer]): NewFile.this.type
  11. def columnNumber(value: Integer): NewFile.this.type
  12. var columnNumber: Option[Integer]
    Definition Classes
    NewFileHasColumnNumber
  13. def copy: NewFile.this.type
    Definition Classes
    NewFileNewNode
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  18. def hash(value: Option[String]): NewFile.this.type
  19. def hash(value: String): NewFile.this.type
  20. var hash: Option[String]
    Definition Classes
    NewFileHasHash
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def label(): String
    Definition Classes
    NewFile → DetachedNodeData → AbstractNode
  24. def lineNumber(value: Option[Integer]): NewFile.this.type
  25. def lineNumber(value: Integer): NewFile.this.type
  26. var lineNumber: Option[Integer]
    Definition Classes
    NewFileHasLineNumber
  27. def name(value: String): NewFile.this.type
  28. var name: String
    Definition Classes
    NewFileHasName
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def order(value: Int): NewFile.this.type
  33. var order: Int
    Definition Classes
    NewFileHasOrder
  34. def productArity: Int
    Definition Classes
    NewFile → Product
  35. def productElement(n: Int): Any
    Definition Classes
    NewFile → Product
  36. def productElementName(n: Int): String
    Definition Classes
    NewFile → Product
  37. def productElementNames: Iterator[String]
    Definition Classes
    Product
  38. def productIterator: Iterator[Any]
    Definition Classes
    Product
  39. def productPrefix: String
    Definition Classes
    NewFile → Product
  40. def properties: Map[String, Any]
    Definition Classes
    NewFileNewNode
  41. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  42. def stored: Option[StoredType]
    Definition Classes
    NewNode
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. 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 AstNodeNew

Inherited from FileBase

Inherited from HasName

Inherited from HasHash

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

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