class NewCall extends NewNode with CallBase with CallReprNew with ExpressionNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewCall
- ExpressionNew
- HasArgumentNameMutable
- HasArgumentIndexMutable
- CallReprNew
- CfgNodeNew
- AstNodeNew
- HasSignatureMutable
- HasOrderMutable
- HasNameMutable
- HasLineNumberMutable
- HasColumnNumberMutable
- HasCodeMutable
- CallBase
- HasTypeFullName
- HasMethodFullName
- HasDynamicTypeHintFullName
- HasDispatchType
- ExpressionBase
- HasArgumentName
- HasArgumentIndex
- CallReprBase
- CfgNodeBase
- AstNodeBase
- HasSignature
- HasOrder
- HasName
- HasLineNumber
- HasColumnNumber
- HasCode
- NewNode
- Product
- Equals
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NewCall(typeFullName: String = "<empty>", signature: String = "", order: Int = -1: Int, name: String = "<empty>", methodFullName: String = "<empty>", lineNumber: Option[Integer] = None, dynamicTypeHintFullName: IndexedSeq[String] = collection.immutable.ArraySeq.empty, dispatchType: String = "<empty>", columnNumber: Option[Integer] = None, code: String = "<empty>", argumentName: Option[String] = None, argumentIndex: Int = -1: Int)
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
- def argumentIndex(value: Int): NewCall.this.type
- var argumentIndex: Int
- Definition Classes
- NewCall → HasArgumentIndex
- def argumentName(value: Option[String]): NewCall.this.type
- def argumentName(value: String): NewCall.this.type
- var argumentName: Option[String]
- Definition Classes
- NewCall → HasArgumentName
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asStored: StoredNode
- Definition Classes
- CallBase
- def canEqual(that: Any): Boolean
- Definition Classes
- NewCall → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def code(value: String): NewCall.this.type
- var code: String
- def columnNumber(value: Option[Integer]): NewCall.this.type
- def columnNumber(value: Integer): NewCall.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewCall → HasColumnNumber
- def copy: NewCall.this.type
- def dispatchType(value: String): NewCall.this.type
- var dispatchType: String
- Definition Classes
- NewCall → HasDispatchType
- def dynamicTypeHintFullName(value: IterableOnce[String]): NewCall.this.type
- var dynamicTypeHintFullName: IndexedSeq[String]
- Definition Classes
- NewCall → HasDynamicTypeHintFullName
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label: String
- Definition Classes
- NewCall → AbstractNode
- def lineNumber(value: Option[Integer]): NewCall.this.type
- def lineNumber(value: Integer): NewCall.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewCall → HasLineNumber
- def methodFullName(value: String): NewCall.this.type
- var methodFullName: String
- Definition Classes
- NewCall → HasMethodFullName
- def name(value: String): NewCall.this.type
- var name: String
- 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): NewCall.this.type
- var order: Int
- def productArity: Int
- Definition Classes
- NewCall → Product
- def productElement(n: Int): Any
- Definition Classes
- NewCall → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewCall → Product
- def properties: Map[String, Any]
- def signature(value: String): NewCall.this.type
- var signature: String
- Definition Classes
- NewCall → HasSignature
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def typeFullName(value: String): NewCall.this.type
- var typeFullName: String
- Definition Classes
- NewCall → HasTypeFullName
- 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