class NewComment extends NewNode with CommentBase with AstNodeNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewComment
- AstNodeNew
- HasOrderMutable
- HasLineNumberMutable
- HasColumnNumberMutable
- HasCodeMutable
- CommentBase
- HasFilename
- AstNodeBase
- HasOrder
- HasLineNumber
- HasColumnNumber
- HasCode
- NewNode
- Product
- Equals
- DetachedNodeData
- Change
- AbstractNode
- NodeOrDetachedNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- type StoredType = Comment
- Definition Classes
- NewComment → NewNode
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- CommentBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewComment → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def code(value: String): NewComment.this.type
- var code: String
- Definition Classes
- NewComment → HasCode
- def columnNumber(value: Option[Integer]): NewComment.this.type
- def columnNumber(value: Integer): NewComment.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewComment → HasColumnNumber
- def copy: NewComment.this.type
- Definition Classes
- NewComment → NewNode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filename(value: String): NewComment.this.type
- var filename: String
- Definition Classes
- NewComment → HasFilename
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRefOrId(): AnyRef
- Definition Classes
- NewNode → DetachedNodeData
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label(): String
- Definition Classes
- NewComment → DetachedNodeData → AbstractNode
- def lineNumber(value: Option[Integer]): NewComment.this.type
- def lineNumber(value: Integer): NewComment.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewComment → HasLineNumber
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def order(value: Int): NewComment.this.type
- var order: Int
- Definition Classes
- NewComment → HasOrder
- def productArity: Int
- Definition Classes
- NewComment → Product
- def productElement(n: Int): Any
- Definition Classes
- NewComment → Product
- def productElementName(n: Int): String
- Definition Classes
- NewComment → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewComment → Product
- def properties: Map[String, Any]
- Definition Classes
- NewComment → NewNode
- def setRefOrId(r: AnyRef): Unit
- Definition Classes
- NewNode → DetachedNodeData
- def stored: Option[StoredType]
- Definition Classes
- NewNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated