Packages

case class NewMethod(name: String = "", fullName: String = "", isExternal: Boolean, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, lineNumberEnd: Option[Integer] = None, columnNumberEnd: Option[Integer] = None, order: Integer = -1, hasMapping: Option[Boolean] = None, depthFirstOrder: Option[Integer] = None, binarySignature: Option[String] = None) extends NewNode with MethodBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethod
  2. Serializable
  3. Serializable
  4. MethodBase
  5. HasBinarySignature
  6. HasDepthFirstOrder
  7. HasHasMapping
  8. HasColumnNumberEnd
  9. HasLineNumberEnd
  10. HasAstParentFullName
  11. HasAstParentType
  12. HasSignature
  13. HasIsExternal
  14. HasFullName
  15. CfgNodeBase
  16. AstNodeBase
  17. HasOrder
  18. WithinMethodBase
  19. HasColumnNumber
  20. HasLineNumber
  21. DeclarationBase
  22. HasName
  23. NewNode
  24. Node
  25. Product
  26. Equals
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewMethod(name: String = "", fullName: String = "", isExternal: Boolean, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: Option[Integer] = None, lineNumberEnd: Option[Integer] = None, columnNumberEnd: Option[Integer] = None, order: Integer = -1, hasMapping: Option[Boolean] = None, depthFirstOrder: Option[Integer] = None, binarySignature: Option[String] = None)

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. def accept[T](visitor: NodeVisitor[T]): T
    Definition Classes
    NewMethodNode
  5. def allContainedNodes: List[Node]
    Definition Classes
    NewNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    MethodBase
  8. val astParentFullName: String
    Definition Classes
    NewMethodHasAstParentFullName
  9. val astParentType: String
    Definition Classes
    NewMethodHasAstParentType
  10. val binarySignature: Option[String]
    Definition Classes
    NewMethodHasBinarySignature
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. val columnNumber: Option[Integer]
    Definition Classes
    NewMethodHasColumnNumber
  13. val columnNumberEnd: Option[Integer]
    Definition Classes
    NewMethodHasColumnNumberEnd
  14. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewMethodNewNode
  15. val depthFirstOrder: Option[Integer]
    Definition Classes
    NewMethodHasDepthFirstOrder
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val fullName: String
    Definition Classes
    NewMethodHasFullName
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getId: Long
    Definition Classes
    MethodBaseNode
  21. val hasMapping: Option[Boolean]
    Definition Classes
    NewMethodHasHasMapping
  22. val isExternal: Boolean
    Definition Classes
    NewMethodHasIsExternal
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val label: String
    Definition Classes
    NewMethodNewNodeNode
  25. val lineNumber: Option[Integer]
    Definition Classes
    NewMethodHasLineNumber
  26. val lineNumberEnd: Option[Integer]
    Definition Classes
    NewMethodHasLineNumberEnd
  27. val name: String
    Definition Classes
    NewMethodHasName
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val order: Integer
    Definition Classes
    NewMethodHasOrder
  32. def productArity: Int
    Definition Classes
    MethodBase → Product
  33. def productElement(n: Int): Any
    Definition Classes
    MethodBase → Product
  34. def productElementLabel(n: Int): String

    labels of product elements, used e.g.

    labels of product elements, used e.g. for pretty-printing

    Definition Classes
    MethodBaseNode
  35. def productPrefix: String
    Definition Classes
    MethodBase → Product
  36. val properties: Map[String, Any]
    Definition Classes
    NewMethodNewNode
  37. val signature: String
    Definition Classes
    NewMethodHasSignature
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from MethodBase

Inherited from HasBinarySignature

Inherited from HasDepthFirstOrder

Inherited from HasHasMapping

Inherited from HasColumnNumberEnd

Inherited from HasLineNumberEnd

Inherited from HasAstParentFullName

Inherited from HasAstParentType

Inherited from HasSignature

Inherited from HasIsExternal

Inherited from HasFullName

Inherited from CfgNodeBase

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from WithinMethodBase

Inherited from HasColumnNumber

Inherited from HasLineNumber

Inherited from DeclarationBase

Inherited from HasName

Inherited from NewNode

Inherited from Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped