Packages

class NewImport extends NewNode with ImportBase with AstNodeNew

Linear Supertypes
AstNodeNew, ImportBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, StaticType[AnyRef], NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewImport
  2. AstNodeNew
  3. ImportBase
  4. AstNodeBase
  5. NewNode
  6. Product
  7. Equals
  8. DetachedNodeData
  9. Change
  10. AbstractNode
  11. StaticType
  12. NodeOrDetachedNode
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewImport()

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

Inherited from AstNodeNew

Inherited from ImportBase

Inherited from AstNodeBase

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from StaticType[AnyRef]

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped