Packages

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

Linear Supertypes
CfgNodeNew, AstNodeNew, DeclarationNew, MethodBase, CfgNodeBase, AstNodeBase, DeclarationBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethod
  2. CfgNodeNew
  3. AstNodeNew
  4. DeclarationNew
  5. MethodBase
  6. CfgNodeBase
  7. AstNodeBase
  8. DeclarationBase
  9. NewNode
  10. Product
  11. Equals
  12. DetachedNodeData
  13. Change
  14. AbstractNode
  15. NodeOrDetachedNode
  16. AnyRef
  17. 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
    NewMethodMethodBase
  8. def astParentType(value: String): NewMethod.this.type
  9. var astParentType: String
    Definition Classes
    NewMethodMethodBase
  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
    NewMethodCfgNodeNewAstNodeNewMethodBaseCfgNodeBaseAstNodeBase
  14. def columnNumber(value: Option[Integer]): NewMethod.this.type
  15. def columnNumber(value: Integer): NewMethod.this.type
  16. var columnNumber: Option[Integer]
    Definition Classes
    NewMethodCfgNodeNewAstNodeNewMethodBaseCfgNodeBaseAstNodeBase
  17. def columnNumberEnd(value: Option[Integer]): NewMethod.this.type
  18. def columnNumberEnd(value: Integer): NewMethod.this.type
  19. var columnNumberEnd: Option[Integer]
    Definition Classes
    NewMethodMethodBase
  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
    NewMethodMethodBase
  25. def fullName(value: String): NewMethod.this.type
  26. var fullName: String
    Definition Classes
    NewMethodMethodBase
  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
    NewMethodMethodBase
  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
    NewMethodMethodBase
  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
    NewMethodCfgNodeNewAstNodeNewMethodBaseCfgNodeBaseAstNodeBase
  40. def lineNumberEnd(value: Option[Integer]): NewMethod.this.type
  41. def lineNumberEnd(value: Integer): NewMethod.this.type
  42. var lineNumberEnd: Option[Integer]
    Definition Classes
    NewMethodMethodBase
  43. def name(value: String): NewMethod.this.type
  44. var name: String
    Definition Classes
    NewMethodDeclarationNewMethodBaseDeclarationBase
  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
    NewMethodCfgNodeNewAstNodeNewMethodBaseCfgNodeBaseAstNodeBase
  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
    NewMethodMethodBase
  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 DeclarationNew

Inherited from MethodBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from DeclarationBase

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