Packages

class NewIdentifier extends NewNode with IdentifierBase with ExpressionNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewIdentifier
  2. ExpressionNew
  3. CfgNodeNew
  4. AstNodeNew
  5. HasOrderMutable
  6. HasLineNumberMutable
  7. HasColumnNumberMutable
  8. HasCodeMutable
  9. HasArgumentNameMutable
  10. HasArgumentIndexMutable
  11. IdentifierBase
  12. HasTypeFullName
  13. HasName
  14. HasDynamicTypeHintFullName
  15. ExpressionBase
  16. CfgNodeBase
  17. AstNodeBase
  18. HasOrder
  19. HasLineNumber
  20. HasColumnNumber
  21. HasCode
  22. HasArgumentName
  23. HasArgumentIndex
  24. NewNode
  25. Product
  26. Equals
  27. AbstractNode
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewIdentifier(typeFullName: String = "<empty>", order: Int = -1: Int, name: String = "<empty>", lineNumber: Option[Integer] = None, dynamicTypeHintFullName: IndexedSeq[String] = collection.immutable.ArraySeq.empty, columnNumber: Option[Integer] = None, code: String = "<empty>", argumentName: Option[String] = None, argumentIndex: Int = -1: Int)

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. def argumentIndex(value: Int): NewIdentifier.this.type
  5. var argumentIndex: Int
    Definition Classes
    NewIdentifierHasArgumentIndex
  6. def argumentName(value: Option[String]): NewIdentifier.this.type
  7. def argumentName(value: String): NewIdentifier.this.type
  8. var argumentName: Option[String]
    Definition Classes
    NewIdentifierHasArgumentName
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStored: StoredNode
    Definition Classes
    IdentifierBase
  11. def canEqual(that: Any): Boolean
    Definition Classes
    NewIdentifier → Equals
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def code(value: String): NewIdentifier.this.type
  14. var code: String
    Definition Classes
    NewIdentifierHasCode
  15. def columnNumber(value: Option[Integer]): NewIdentifier.this.type
  16. def columnNumber(value: Integer): NewIdentifier.this.type
  17. var columnNumber: Option[Integer]
    Definition Classes
    NewIdentifierHasColumnNumber
  18. def copy: NewIdentifier.this.type
    Definition Classes
    NewIdentifierNewNode
  19. def dynamicTypeHintFullName(value: IterableOnce[String]): NewIdentifier.this.type
  20. var dynamicTypeHintFullName: IndexedSeq[String]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def label: String
    Definition Classes
    NewIdentifierAbstractNode
  27. def lineNumber(value: Option[Integer]): NewIdentifier.this.type
  28. def lineNumber(value: Integer): NewIdentifier.this.type
  29. var lineNumber: Option[Integer]
    Definition Classes
    NewIdentifierHasLineNumber
  30. def name(value: String): NewIdentifier.this.type
  31. var name: String
    Definition Classes
    NewIdentifierHasName
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def order(value: Int): NewIdentifier.this.type
  36. var order: Int
    Definition Classes
    NewIdentifierHasOrder
  37. def productArity: Int
    Definition Classes
    NewIdentifier → Product
  38. def productElement(n: Int): Any
    Definition Classes
    NewIdentifier → Product
  39. def productElementName(n: Int): String
    Definition Classes
    NewIdentifier → Product
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def productIterator: Iterator[Any]
    Definition Classes
    Product
  42. def productPrefix: String
    Definition Classes
    NewIdentifier → Product
  43. def properties: Map[String, Any]
    Definition Classes
    NewIdentifierNewNode
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def typeFullName(value: String): NewIdentifier.this.type
  47. var typeFullName: String
    Definition Classes
    NewIdentifierHasTypeFullName
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. 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 ExpressionNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from HasArgumentNameMutable

Inherited from IdentifierBase

Inherited from HasTypeFullName

Inherited from HasName

Inherited from ExpressionBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from HasArgumentName

Inherited from HasArgumentIndex

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped