Packages

case class NewMethod(name: String = "", fullName: String = "", isExternal: Boolean, signature: String = "", astParentType: String = "", astParentFullName: String = "", lineNumber: Option[Integer] = None, columnNumber: 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. HasAstParentFullName
  9. HasAstParentType
  10. HasSignature
  11. HasIsExternal
  12. HasFullName
  13. CfgNodeBase
  14. AstNodeBase
  15. HasOrder
  16. WithinMethodBase
  17. HasColumnNumber
  18. HasLineNumber
  19. DeclarationBase
  20. HasName
  21. NewNode
  22. Node
  23. Product
  24. Equals
  25. AnyRef
  26. 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, 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. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewMethodNewNode
  14. val depthFirstOrder: Option[Integer]
    Definition Classes
    NewMethodHasDepthFirstOrder
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. val fullName: String
    Definition Classes
    NewMethodHasFullName
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getId: Long
    Definition Classes
    MethodBaseNode
  20. val hasMapping: Option[Boolean]
    Definition Classes
    NewMethodHasHasMapping
  21. val isExternal: Boolean
    Definition Classes
    NewMethodHasIsExternal
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val label: String
    Definition Classes
    NewMethodNewNode
  24. val lineNumber: Option[Integer]
    Definition Classes
    NewMethodHasLineNumber
  25. val name: String
    Definition Classes
    NewMethodHasName
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val order: Integer
    Definition Classes
    NewMethodHasOrder
  30. def productArity: Int
    Definition Classes
    MethodBase → Product
  31. def productElement(n: Int): Any
    Definition Classes
    MethodBase → Product
  32. 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
  33. def productPrefix: String
    Definition Classes
    MethodBase → Product
  34. val properties: Map[String, Any]
    Definition Classes
    NewMethodNewNode
  35. val signature: String
    Definition Classes
    NewMethodHasSignature
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. 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 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