class NewImport extends NewNode with ImportBase with AstNodeNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewImport
- AstNodeNew
- HasOrderMutable
- HasLineNumberMutable
- HasColumnNumberMutable
- HasCodeMutable
- ImportBase
- HasIsWildcard
- HasIsExplicit
- HasImportedEntity
- HasImportedAs
- HasExplicitAs
- AstNodeBase
- HasOrder
- HasLineNumber
- HasColumnNumber
- HasCode
- NewNode
- Product
- Equals
- DetachedNodeData
- Change
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- ImportBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewImport → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def code(value: String): NewImport.this.type
- var code: String
- def columnNumber(value: Option[Integer]): NewImport.this.type
- def columnNumber(value: Integer): NewImport.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewImport → HasColumnNumber
- def copy: NewImport.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def explicitAs(value: Option[Boolean]): NewImport.this.type
- def explicitAs(value: Boolean): NewImport.this.type
- var explicitAs: Option[Boolean]
- Definition Classes
- NewImport → HasExplicitAs
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRefOrId(): AnyRef
- Definition Classes
- NewNode → DetachedNodeData
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def importedAs(value: Option[String]): NewImport.this.type
- def importedAs(value: String): NewImport.this.type
- var importedAs: Option[String]
- Definition Classes
- NewImport → HasImportedAs
- def importedEntity(value: Option[String]): NewImport.this.type
- def importedEntity(value: String): NewImport.this.type
- var importedEntity: Option[String]
- Definition Classes
- NewImport → HasImportedEntity
- def isExplicit(value: Option[Boolean]): NewImport.this.type
- def isExplicit(value: Boolean): NewImport.this.type
- var isExplicit: Option[Boolean]
- Definition Classes
- NewImport → HasIsExplicit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isWildcard(value: Option[Boolean]): NewImport.this.type
- def isWildcard(value: Boolean): NewImport.this.type
- var isWildcard: Option[Boolean]
- Definition Classes
- NewImport → HasIsWildcard
- def label(): String
- Definition Classes
- NewImport → DetachedNodeData → AbstractNode
- def lineNumber(value: Option[Integer]): NewImport.this.type
- def lineNumber(value: Integer): NewImport.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewImport → HasLineNumber
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def order(value: Int): NewImport.this.type
- var order: Int
- def productArity: Int
- Definition Classes
- NewImport → Product
- def productElement(n: Int): Any
- Definition Classes
- NewImport → Product
- def productElementName(n: Int): String
- Definition Classes
- NewImport → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewImport → Product
- def properties: Map[String, Any]
- def setRefOrId(r: AnyRef): Unit
- Definition Classes
- NewNode → DetachedNodeData
- def stored: Option[StoredType]
- Definition Classes
- NewNode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated