Packages

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

Linear Supertypes
DeclarationNew, CfgNodeNew, AstNodeNew, MethodBase, DeclarationBase, CfgNodeBase, AstNodeBase, NewNode, Product, Equals, DetachedNodeData, Change, AbstractNode, StaticType[AnyRef], NodeOrDetachedNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethod
  2. DeclarationNew
  3. CfgNodeNew
  4. AstNodeNew
  5. MethodBase
  6. DeclarationBase
  7. CfgNodeBase
  8. AstNodeBase
  9. NewNode
  10. Product
  11. Equals
  12. DetachedNodeData
  13. Change
  14. AbstractNode
  15. StaticType
  16. NodeOrDetachedNode
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NewMethod()

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()
  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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. def fullName(value: String): NewMethod.this.type
  27. var fullName: String
    Definition Classes
    NewMethodMethodBase
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getRefOrId(): AnyRef
    Definition Classes
    NewNode → DetachedNodeData
  30. def hash(value: Option[String]): NewMethod.this.type
  31. def hash(value: String): NewMethod.this.type
  32. var hash: Option[String]
    Definition Classes
    NewMethodMethodBase
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. def isExternal(value: Boolean): NewMethod.this.type
  35. var isExternal: Boolean
    Definition Classes
    NewMethodMethodBase
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def label(): String
    Definition Classes
    NewMethod → DetachedNodeData → AbstractNode
  38. def lineNumber(value: Option[Integer]): NewMethod.this.type
  39. def lineNumber(value: Integer): NewMethod.this.type
  40. var lineNumber: Option[Integer]
    Definition Classes
    NewMethodCfgNodeNewAstNodeNewMethodBaseCfgNodeBaseAstNodeBase
  41. def lineNumberEnd(value: Option[Integer]): NewMethod.this.type
  42. def lineNumberEnd(value: Integer): NewMethod.this.type
  43. var lineNumberEnd: Option[Integer]
    Definition Classes
    NewMethodMethodBase
  44. def name(value: String): NewMethod.this.type
  45. var name: String
    Definition Classes
    NewMethodDeclarationNewMethodBaseDeclarationBase
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def order(value: Int): NewMethod.this.type
  50. var order: Int
    Definition Classes
    NewMethodCfgNodeNewAstNodeNewMethodBaseCfgNodeBaseAstNodeBase
  51. def productArity: Int
    Definition Classes
    NewMethod → Product
  52. def productElement(n: Int): Any
    Definition Classes
    NewMethod → Product
  53. def productElementName(n: Int): String
    Definition Classes
    NewMethod → Product
  54. def productElementNames: Iterator[String]
    Definition Classes
    Product
  55. def productIterator: Iterator[Any]
    Definition Classes
    Product
  56. def productPrefix: String
    Definition Classes
    NewMethod → Product
  57. def properties: Map[String, Any]
    Definition Classes
    NewMethodNewNode
  58. def setRefOrId(r: AnyRef): Unit
    Definition Classes
    NewNode → DetachedNodeData
  59. def signature(value: String): NewMethod.this.type
  60. var signature: String
    Definition Classes
    NewMethodMethodBase
  61. def stored: Option[StoredType]
    Definition Classes
    NewNode
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  66. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DeclarationNew

Inherited from CfgNodeNew

Inherited from AstNodeNew

Inherited from MethodBase

Inherited from DeclarationBase

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from NewNode

Inherited from Product

Inherited from Equals

Inherited from DetachedNodeData

Inherited from Change

Inherited from AbstractNode

Inherited from StaticType[AnyRef]

Inherited from NodeOrDetachedNode

Inherited from AnyRef

Inherited from Any

Ungrouped