Packages

class NewComment extends NewNode with CommentBase with AstNodeNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewComment
  2. AstNodeNew
  3. HasOrderMutable
  4. HasLineNumberMutable
  5. HasColumnNumberMutable
  6. HasCodeMutable
  7. CommentBase
  8. HasFilename
  9. AstNodeBase
  10. HasOrder
  11. HasLineNumber
  12. HasColumnNumber
  13. HasCode
  14. NewNode
  15. Product
  16. Equals
  17. AbstractNode
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewComment(order: Int = -1: Int, lineNumber: Option[Integer] = None, filename: String = "<empty>", columnNumber: Option[Integer] = None, code: 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
    CommentBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewComment → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def code(value: String): NewComment.this.type
  9. var code: String
    Definition Classes
    NewCommentHasCode
  10. def columnNumber(value: Option[Integer]): NewComment.this.type
  11. def columnNumber(value: Integer): NewComment.this.type
  12. var columnNumber: Option[Integer]
    Definition Classes
    NewCommentHasColumnNumber
  13. def copy: NewComment.this.type
    Definition Classes
    NewCommentNewNode
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def filename(value: String): NewComment.this.type
  17. var filename: String
    Definition Classes
    NewCommentHasFilename
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    NewCommentAbstractNode
  22. def lineNumber(value: Option[Integer]): NewComment.this.type
  23. def lineNumber(value: Integer): NewComment.this.type
  24. var lineNumber: Option[Integer]
    Definition Classes
    NewCommentHasLineNumber
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def order(value: Int): NewComment.this.type
  29. var order: Int
    Definition Classes
    NewCommentHasOrder
  30. def productArity: Int
    Definition Classes
    NewComment → Product
  31. def productElement(n: Int): Any
    Definition Classes
    NewComment → Product
  32. def productElementName(n: Int): String
    Definition Classes
    NewComment → Product
  33. def productElementNames: Iterator[String]
    Definition Classes
    Product
  34. def productIterator: Iterator[Any]
    Definition Classes
    Product
  35. def productPrefix: String
    Definition Classes
    NewComment → Product
  36. def properties: Map[String, Any]
    Definition Classes
    NewCommentNewNode
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. 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 HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from CommentBase

Inherited from HasFilename

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 AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped