Packages

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethod
  2. DeclarationNew
  3. HasNameMutable
  4. CfgNodeNew
  5. AstNodeNew
  6. HasOrderMutable
  7. HasLineNumberMutable
  8. HasColumnNumberMutable
  9. HasCodeMutable
  10. MethodBase
  11. HasSignature
  12. HasLineNumberEnd
  13. HasIsExternal
  14. HasHash
  15. HasFullName
  16. HasFilename
  17. HasColumnNumberEnd
  18. HasAstParentType
  19. HasAstParentFullName
  20. DeclarationBase
  21. HasName
  22. CfgNodeBase
  23. AstNodeBase
  24. HasOrder
  25. HasLineNumber
  26. HasColumnNumber
  27. HasCode
  28. NewNode
  29. Product
  30. Equals
  31. AbstractNode
  32. AnyRef
  33. 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>")

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 hash(value: Option[String]): NewMethod.this.type
  29. def hash(value: String): NewMethod.this.type
  30. var hash: Option[String]
    Definition Classes
    NewMethodHasHash
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def isExternal(value: Boolean): NewMethod.this.type
  33. var isExternal: Boolean
    Definition Classes
    NewMethodHasIsExternal
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def label: String
    Definition Classes
    NewMethodAbstractNode
  36. def lineNumber(value: Option[Integer]): NewMethod.this.type
  37. def lineNumber(value: Integer): NewMethod.this.type
  38. var lineNumber: Option[Integer]
    Definition Classes
    NewMethodHasLineNumber
  39. def lineNumberEnd(value: Option[Integer]): NewMethod.this.type
  40. def lineNumberEnd(value: Integer): NewMethod.this.type
  41. var lineNumberEnd: Option[Integer]
    Definition Classes
    NewMethodHasLineNumberEnd
  42. def name(value: String): NewMethod.this.type
  43. var name: String
    Definition Classes
    NewMethodHasName
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def order(value: Int): NewMethod.this.type
  48. var order: Int
    Definition Classes
    NewMethodHasOrder
  49. def productArity: Int
    Definition Classes
    NewMethod → Product
  50. def productElement(n: Int): Any
    Definition Classes
    NewMethod → Product
  51. def productElementName(n: Int): String
    Definition Classes
    Product
  52. def productElementNames: Iterator[String]
    Definition Classes
    Product
  53. def productIterator: Iterator[Any]
    Definition Classes
    Product
  54. def productPrefix: String
    Definition Classes
    NewMethod → Product
  55. def properties: Map[String, Any]
    Definition Classes
    NewMethodNewNode
  56. def signature(value: String): NewMethod.this.type
  57. var signature: String
    Definition Classes
    NewMethodHasSignature
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  62. 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 DeclarationNew

Inherited from HasNameMutable

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from HasOrderMutable

Inherited from HasLineNumberMutable

Inherited from HasColumnNumberMutable

Inherited from HasCodeMutable

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 DeclarationBase

Inherited from HasName

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from HasLineNumber

Inherited from HasColumnNumber

Inherited from HasCode

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from AbstractNode

Inherited from AnyRef

Inherited from Any

Ungrouped