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, binarySignature: Option[String] = None) extends NewNode with MethodBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewMethod
  2. Serializable
  3. MethodBase
  4. HasBinarySignature
  5. HasAstParentFullName
  6. HasAstParentType
  7. HasSignature
  8. HasIsExternal
  9. HasFullName
  10. CfgNodeBase
  11. AstNodeBase
  12. HasOrder
  13. WithinMethodBase
  14. HasColumnNumber
  15. HasLineNumber
  16. DeclarationBase
  17. HasName
  18. NewNode
  19. Node
  20. Product
  21. Equals
  22. AnyRef
  23. 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, 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
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val columnNumber: Option[Integer]
    Definition Classes
    NewMethodHasColumnNumber
  13. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewMethodNewNode
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. val fullName: String
    Definition Classes
    NewMethodHasFullName
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val isExternal: Boolean
    Definition Classes
    NewMethodHasIsExternal
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val label: String
    Definition Classes
    NewMethodNewNode
  21. val lineNumber: Option[Integer]
    Definition Classes
    NewMethodHasLineNumber
  22. val name: String
    Definition Classes
    NewMethodHasName
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val order: Integer
    Definition Classes
    NewMethodHasOrder
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val properties: Map[String, Any]
    Definition Classes
    NewMethodNewNode
  29. val signature: String
    Definition Classes
    NewMethodHasSignature
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from MethodBase

Inherited from HasBinarySignature

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