Packages

class NewFieldIdentifier extends NewNode with FieldIdentifierBase with ExpressionNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewFieldIdentifier
  2. ExpressionNew
  3. CfgNodeNew
  4. AstNodeNew
  5. FieldIdentifierBase
  6. HasCanonicalName
  7. ExpressionBase
  8. CfgNodeBase
  9. AstNodeBase
  10. HasOrder
  11. HasLineNumber
  12. HasColumnNumber
  13. HasCode
  14. HasArgumentName
  15. HasArgumentIndex
  16. NewNode
  17. Product
  18. Equals
  19. DetachedNodeData
  20. Change
  21. AbstractNode
  22. NodeOrDetachedNode
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

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

Type Members

  1. type StoredType = FieldIdentifier
    Definition Classes
    NewFieldIdentifierNewNode

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): NewFieldIdentifier.this.type
  5. var argumentIndex: Int
    Definition Classes
    NewFieldIdentifierHasArgumentIndex
  6. def argumentName(value: Option[String]): NewFieldIdentifier.this.type
  7. def argumentName(value: String): NewFieldIdentifier.this.type
  8. var argumentName: Option[String]
    Definition Classes
    NewFieldIdentifierHasArgumentName
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def asStored: StoredNode
    Definition Classes
    FieldIdentifierBase
  11. def canEqual(that: Any): Boolean
    Definition Classes
    NewFieldIdentifier → Equals
  12. def canonicalName(value: String): NewFieldIdentifier.this.type
  13. var canonicalName: String
    Definition Classes
    NewFieldIdentifierHasCanonicalName
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def code(value: String): NewFieldIdentifier.this.type
  16. var code: String
    Definition Classes
    NewFieldIdentifierHasCode
  17. def columnNumber(value: Option[Integer]): NewFieldIdentifier.this.type
  18. def columnNumber(value: Integer): NewFieldIdentifier.this.type
  19. var columnNumber: Option[Integer]
    Definition Classes
    NewFieldIdentifierHasColumnNumber
  20. def copy: NewFieldIdentifier.this.type
    Definition Classes
    NewFieldIdentifierNewNode
  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 getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def label(): String
    Definition Classes
    NewFieldIdentifier → DetachedNodeData → AbstractNode
  28. def lineNumber(value: Option[Integer]): NewFieldIdentifier.this.type
  29. def lineNumber(value: Integer): NewFieldIdentifier.this.type
  30. var lineNumber: Option[Integer]
    Definition Classes
    NewFieldIdentifierHasLineNumber
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def order(value: Int): NewFieldIdentifier.this.type
  35. var order: Int
    Definition Classes
    NewFieldIdentifierHasOrder
  36. def productArity: Int
    Definition Classes
    NewFieldIdentifier → Product
  37. def productElement(n: Int): Any
    Definition Classes
    NewFieldIdentifier → Product
  38. def productElementName(n: Int): String
    Definition Classes
    NewFieldIdentifier → Product
  39. def productElementNames: Iterator[String]
    Definition Classes
    Product
  40. def productIterator: Iterator[Any]
    Definition Classes
    Product
  41. def productPrefix: String
    Definition Classes
    NewFieldIdentifier → Product
  42. def properties: Map[String, Any]
    Definition Classes
    NewFieldIdentifierNewNode
  43. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  44. def stored: Option[StoredType]
    Definition Classes
    NewNode
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. 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 FieldIdentifierBase

Inherited from HasCanonicalName

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 DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped