Packages

class NewAnnotationParameterAssign extends NewNode with AnnotationParameterAssignBase with AstNodeNew

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

Instance Constructors

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

Type Members

  1. type StoredType = AnnotationParameterAssign

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