Packages

class NewImport extends NewNode with ImportBase with AstNodeNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewImport
  2. AstNodeNew
  3. HasOrderMutable
  4. HasLineNumberMutable
  5. HasColumnNumberMutable
  6. HasCodeMutable
  7. ImportBase
  8. HasIsWildcard
  9. HasIsExplicit
  10. HasImportedEntity
  11. HasImportedAs
  12. HasExplicitAs
  13. AstNodeBase
  14. HasOrder
  15. HasLineNumber
  16. HasColumnNumber
  17. HasCode
  18. NewNode
  19. Product
  20. Equals
  21. DetachedNodeData
  22. Change
  23. AbstractNode
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewImport(order: Int = -1: Int, lineNumber: Option[Integer] = None, isWildcard: Option[Boolean] = None, isExplicit: Option[Boolean] = None, importedEntity: Option[String] = None, importedAs: Option[String] = None, explicitAs: Option[Boolean] = None, columnNumber: Option[Integer] = None, code: String = "<empty>")

Type Members

  1. type StoredType = Import
    Definition Classes
    NewImportNewNode

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
    ImportBase
  6. def canEqual(that: Any): Boolean
    Definition Classes
    NewImport → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def code(value: String): NewImport.this.type
  9. var code: String
    Definition Classes
    NewImportHasCode
  10. def columnNumber(value: Option[Integer]): NewImport.this.type
  11. def columnNumber(value: Integer): NewImport.this.type
  12. var columnNumber: Option[Integer]
    Definition Classes
    NewImportHasColumnNumber
  13. def copy: NewImport.this.type
    Definition Classes
    NewImportNewNode
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def explicitAs(value: Option[Boolean]): NewImport.this.type
  17. def explicitAs(value: Boolean): NewImport.this.type
  18. var explicitAs: Option[Boolean]
    Definition Classes
    NewImportHasExplicitAs
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def importedAs(value: Option[String]): NewImport.this.type
  23. def importedAs(value: String): NewImport.this.type
  24. var importedAs: Option[String]
    Definition Classes
    NewImportHasImportedAs
  25. def importedEntity(value: Option[String]): NewImport.this.type
  26. def importedEntity(value: String): NewImport.this.type
  27. var importedEntity: Option[String]
    Definition Classes
    NewImportHasImportedEntity
  28. def isExplicit(value: Option[Boolean]): NewImport.this.type
  29. def isExplicit(value: Boolean): NewImport.this.type
  30. var isExplicit: Option[Boolean]
    Definition Classes
    NewImportHasIsExplicit
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def isWildcard(value: Option[Boolean]): NewImport.this.type
  33. def isWildcard(value: Boolean): NewImport.this.type
  34. var isWildcard: Option[Boolean]
    Definition Classes
    NewImportHasIsWildcard
  35. def label(): String
    Definition Classes
    NewImport → DetachedNodeData → AbstractNode
  36. def lineNumber(value: Option[Integer]): NewImport.this.type
  37. def lineNumber(value: Integer): NewImport.this.type
  38. var lineNumber: Option[Integer]
    Definition Classes
    NewImportHasLineNumber
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def order(value: Int): NewImport.this.type
  43. var order: Int
    Definition Classes
    NewImportHasOrder
  44. def productArity: Int
    Definition Classes
    NewImport → Product
  45. def productElement(n: Int): Any
    Definition Classes
    NewImport → Product
  46. def productElementName(n: Int): String
    Definition Classes
    NewImport → Product
  47. def productElementNames: Iterator[String]
    Definition Classes
    Product
  48. def productIterator: Iterator[Any]
    Definition Classes
    Product
  49. def productPrefix: String
    Definition Classes
    NewImport → Product
  50. def properties: Map[String, Any]
    Definition Classes
    NewImportNewNode
  51. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  52. def stored: Option[StoredType]
    Definition Classes
    NewNode
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. 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 ImportBase

Inherited from HasIsWildcard

Inherited from HasIsExplicit

Inherited from HasImportedEntity

Inherited from HasImportedAs

Inherited from HasExplicitAs

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 AnyRef

Inherited from Any

Ungrouped