Packages

class NewMethod extends NewNode with MethodBase with DeclarationNew with AstNodeNew with CfgNodeNew

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethod
  2. CfgNodeNew
  3. AstNodeNew
  4. HasOrderMutable
  5. HasLineNumberMutable
  6. HasColumnNumberMutable
  7. HasCodeMutable
  8. DeclarationNew
  9. HasNameMutable
  10. MethodBase
  11. HasSignature
  12. HasLineNumberEnd
  13. HasIsExternal
  14. HasHash
  15. HasFullName
  16. HasFilename
  17. HasColumnNumberEnd
  18. HasAstParentType
  19. HasAstParentFullName
  20. CfgNodeBase
  21. AstNodeBase
  22. HasOrder
  23. HasLineNumber
  24. HasColumnNumber
  25. HasCode
  26. DeclarationBase
  27. HasName
  28. NewNode
  29. Product
  30. Equals
  31. DetachedNodeData
  32. Change
  33. AbstractNode
  34. NodeOrDetachedNode
  35. AnyRef
  36. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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>")

Type Members

  1. type StoredType = Method
    Definition Classes
    NewMethodNewNode

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
    MethodBase
  6. def astParentFullName(value: String): NewMethod.this.type
  7. var astParentFullName: String
    Definition Classes
    NewMethodHasAstParentFullName
  8. def astParentType(value: String): NewMethod.this.type
  9. var astParentType: String
    Definition Classes
    NewMethodHasAstParentType
  10. def canEqual(that: Any): Boolean
    Definition Classes
    NewMethod → Equals
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def code(value: String): NewMethod.this.type
  13. var code: String
    Definition Classes
    NewMethodHasCode
  14. def columnNumber(value: Option[Integer]): NewMethod.this.type
  15. def columnNumber(value: Integer): NewMethod.this.type
  16. var columnNumber: Option[Integer]
    Definition Classes
    NewMethodHasColumnNumber
  17. def columnNumberEnd(value: Option[Integer]): NewMethod.this.type
  18. def columnNumberEnd(value: Integer): NewMethod.this.type
  19. var columnNumberEnd: Option[Integer]
    Definition Classes
    NewMethodHasColumnNumberEnd
  20. def copy: NewMethod.this.type
    Definition Classes
    NewMethodNewNode
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def filename(value: String): NewMethod.this.type
  24. var filename: String
    Definition Classes
    NewMethodHasFilename
  25. def fullName(value: String): NewMethod.this.type
  26. var fullName: String
    Definition Classes
    NewMethodHasFullName
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  29. def hash(value: Option[String]): NewMethod.this.type
  30. def hash(value: String): NewMethod.this.type
  31. var hash: Option[String]
    Definition Classes
    NewMethodHasHash
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def isExternal(value: Boolean): NewMethod.this.type
  34. var isExternal: Boolean
    Definition Classes
    NewMethodHasIsExternal
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. def label(): String
    Definition Classes
    NewMethod → DetachedNodeData → AbstractNode
  37. def lineNumber(value: Option[Integer]): NewMethod.this.type
  38. def lineNumber(value: Integer): NewMethod.this.type
  39. var lineNumber: Option[Integer]
    Definition Classes
    NewMethodHasLineNumber
  40. def lineNumberEnd(value: Option[Integer]): NewMethod.this.type
  41. def lineNumberEnd(value: Integer): NewMethod.this.type
  42. var lineNumberEnd: Option[Integer]
    Definition Classes
    NewMethodHasLineNumberEnd
  43. def name(value: String): NewMethod.this.type
  44. var name: String
    Definition Classes
    NewMethodHasName
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. def order(value: Int): NewMethod.this.type
  49. var order: Int
    Definition Classes
    NewMethodHasOrder
  50. def productArity: Int
    Definition Classes
    NewMethod → Product
  51. def productElement(n: Int): Any
    Definition Classes
    NewMethod → Product
  52. def productElementName(n: Int): String
    Definition Classes
    NewMethod → Product
  53. def productElementNames: Iterator[String]
    Definition Classes
    Product
  54. def productIterator: Iterator[Any]
    Definition Classes
    Product
  55. def productPrefix: String
    Definition Classes
    NewMethod → Product
  56. def properties: Map[String, Any]
    Definition Classes
    NewMethodNewNode
  57. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  58. def signature(value: String): NewMethod.this.type
  59. var signature: String
    Definition Classes
    NewMethodHasSignature
  60. def stored: Option[StoredType]
    Definition Classes
    NewNode
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. 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 CfgNodeNew

Inherited from AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

Inherited from DeclarationNew

Inherited from HasNameMutable

Inherited from MethodBase

Inherited from HasSignature

Inherited from HasLineNumberEnd

Inherited from HasIsExternal

Inherited from HasHash

Inherited from HasFullName

Inherited from HasFilename

Inherited from HasColumnNumberEnd

Inherited from HasAstParentType

Inherited from HasAstParentFullName

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from DeclarationBase

Inherited from HasName

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped