class NewMethod extends NewNode with MethodBase with CfgNodeNew with AstNodeNew with DeclarationNew
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NewMethod
- DeclarationNew
- HasNameMutable
- CfgNodeNew
- AstNodeNew
- HasOrderMutable
- HasLineNumberMutable
- HasColumnNumberMutable
- HasCodeMutable
- MethodBase
- HasSignature
- HasLineNumberEnd
- HasIsExternal
- HasHash
- HasFullName
- HasFilename
- HasColumnNumberEnd
- HasAstParentType
- HasAstParentFullName
- DeclarationBase
- HasName
- CfgNodeBase
- AstNodeBase
- HasOrder
- HasLineNumber
- HasColumnNumber
- HasCode
- NewNode
- Product
- Equals
- DetachedNodeData
- Change
- AbstractNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NewMethod(signature: String = "", order: Int = -1: Int, name: String = "<empty>", lineNumberEnd: Option[Integer] = None, lineNumber: Option[Integer] = None, isExternal: Boolean = false, hash: Option[String] = None, fullName: String = "<empty>", filename: String = "<empty>", columnNumberEnd: Option[Integer] = None, columnNumber: Option[Integer] = None, code: String = "<empty>", astParentType: String = "<empty>", astParentFullName: 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
- MethodBase
- def astParentFullName(value: String): NewMethod.this.type
- var astParentFullName: String
- Definition Classes
- NewMethod → HasAstParentFullName
- def astParentType(value: String): NewMethod.this.type
- var astParentType: String
- Definition Classes
- NewMethod → HasAstParentType
- def canEqual(that: Any): Boolean
- Definition Classes
- NewMethod → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def code(value: String): NewMethod.this.type
- var code: String
- def columnNumber(value: Option[Integer]): NewMethod.this.type
- def columnNumber(value: Integer): NewMethod.this.type
- var columnNumber: Option[Integer]
- Definition Classes
- NewMethod → HasColumnNumber
- def columnNumberEnd(value: Option[Integer]): NewMethod.this.type
- def columnNumberEnd(value: Integer): NewMethod.this.type
- var columnNumberEnd: Option[Integer]
- Definition Classes
- NewMethod → HasColumnNumberEnd
- def copy: NewMethod.this.type
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filename(value: String): NewMethod.this.type
- var filename: String
- Definition Classes
- NewMethod → HasFilename
- def fullName(value: String): NewMethod.this.type
- var fullName: String
- Definition Classes
- NewMethod → HasFullName
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getRefOrId(): AnyRef
- Definition Classes
- NewNode → DetachedNodeData
- def hash(value: Option[String]): NewMethod.this.type
- def hash(value: String): NewMethod.this.type
- var hash: Option[String]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isExternal(value: Boolean): NewMethod.this.type
- var isExternal: Boolean
- Definition Classes
- NewMethod → HasIsExternal
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def label(): String
- Definition Classes
- NewMethod → DetachedNodeData → AbstractNode
- def lineNumber(value: Option[Integer]): NewMethod.this.type
- def lineNumber(value: Integer): NewMethod.this.type
- var lineNumber: Option[Integer]
- Definition Classes
- NewMethod → HasLineNumber
- def lineNumberEnd(value: Option[Integer]): NewMethod.this.type
- def lineNumberEnd(value: Integer): NewMethod.this.type
- var lineNumberEnd: Option[Integer]
- Definition Classes
- NewMethod → HasLineNumberEnd
- def name(value: String): NewMethod.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): NewMethod.this.type
- var order: Int
- def productArity: Int
- Definition Classes
- NewMethod → Product
- def productElement(n: Int): Any
- Definition Classes
- NewMethod → Product
- def productElementName(n: Int): String
- Definition Classes
- NewMethod → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- NewMethod → Product
- def properties: Map[String, Any]
- def setRefOrId(r: AnyRef): Unit
- Definition Classes
- NewNode → DetachedNodeData
- def signature(value: String): NewMethod.this.type
- var signature: String
- Definition Classes
- NewMethod → HasSignature
- 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