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. AbstractNode
  22. AnyRef
  23. 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>")

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 hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def importedAs(value: Option[String]): NewImport.this.type
  22. def importedAs(value: String): NewImport.this.type
  23. var importedAs: Option[String]
    Definition Classes
    NewImportHasImportedAs
  24. def importedEntity(value: Option[String]): NewImport.this.type
  25. def importedEntity(value: String): NewImport.this.type
  26. var importedEntity: Option[String]
    Definition Classes
    NewImportHasImportedEntity
  27. def isExplicit(value: Option[Boolean]): NewImport.this.type
  28. def isExplicit(value: Boolean): NewImport.this.type
  29. var isExplicit: Option[Boolean]
    Definition Classes
    NewImportHasIsExplicit
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isWildcard(value: Option[Boolean]): NewImport.this.type
  32. def isWildcard(value: Boolean): NewImport.this.type
  33. var isWildcard: Option[Boolean]
    Definition Classes
    NewImportHasIsWildcard
  34. def label: String
    Definition Classes
    NewImportAbstractNode
  35. def lineNumber(value: Option[Integer]): NewImport.this.type
  36. def lineNumber(value: Integer): NewImport.this.type
  37. var lineNumber: Option[Integer]
    Definition Classes
    NewImportHasLineNumber
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def order(value: Int): NewImport.this.type
  42. var order: Int
    Definition Classes
    NewImportHasOrder
  43. def productArity: Int
    Definition Classes
    NewImport → Product
  44. def productElement(n: Int): Any
    Definition Classes
    NewImport → Product
  45. def productElementName(n: Int): String
    Definition Classes
    Product
  46. def productElementNames: Iterator[String]
    Definition Classes
    Product
  47. def productIterator: Iterator[Any]
    Definition Classes
    Product
  48. def productPrefix: String
    Definition Classes
    NewImport → Product
  49. def properties: Map[String, Any]
    Definition Classes
    NewImportNewNode
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. 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 AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped