Packages

case class NewTypeDecl(name: String = "", fullName: String = "", isExternal: Boolean, inheritsFromTypeFullName: List[String] = List(), astParentType: String = "", astParentFullName: String = "", aliasTypeFullName: Option[String] = None, order: Integer = -1, filename: String = "") extends NewNode with TypeDeclBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewTypeDecl
  2. Serializable
  3. Product
  4. Equals
  5. TypeDeclBase
  6. HasFilename
  7. HasAliasTypeFullName
  8. HasAstParentFullName
  9. HasAstParentType
  10. HasInheritsFromTypeFullName
  11. HasIsExternal
  12. HasFullName
  13. HasName
  14. AstNodeBase
  15. HasOrder
  16. NewNode
  17. CpgNode
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NewTypeDecl(name: String = "", fullName: String = "", isExternal: Boolean, inheritsFromTypeFullName: List[String] = List(), astParentType: String = "", astParentFullName: String = "", aliasTypeFullName: Option[String] = None, order: Integer = -1, filename: String = "")

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. val aliasTypeFullName: Option[String]
    Definition Classes
    NewTypeDeclHasAliasTypeFullName
  5. def allContainedNodes: List[CpgNode]
    Definition Classes
    NewNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asStored: StoredNode
    Definition Classes
    TypeDeclBase
  8. val astParentFullName: String
    Definition Classes
    NewTypeDeclHasAstParentFullName
  9. val astParentType: String
    Definition Classes
    NewTypeDeclHasAstParentType
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def containedNodesByLocalName: Map[String, List[CpgNode]]
    Definition Classes
    NewTypeDeclNewNode
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. val filename: String
    Definition Classes
    NewTypeDeclHasFilename
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. val fullName: String
    Definition Classes
    NewTypeDeclHasFullName
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val inheritsFromTypeFullName: List[String]
  18. val isExternal: Boolean
    Definition Classes
    NewTypeDeclHasIsExternal
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val label: String
    Definition Classes
    NewTypeDeclCpgNode
  21. val name: String
    Definition Classes
    NewTypeDeclHasName
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val order: Integer
    Definition Classes
    NewTypeDeclHasOrder
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val properties: Map[String, Any]
    Definition Classes
    NewTypeDeclNewNode
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TypeDeclBase

Inherited from HasFilename

Inherited from HasAliasTypeFullName

Inherited from HasAstParentFullName

Inherited from HasAstParentType

Inherited from HasIsExternal

Inherited from HasFullName

Inherited from HasName

Inherited from AstNodeBase

Inherited from HasOrder

Inherited from NewNode

Inherited from CpgNode

Inherited from AnyRef

Inherited from Any

Ungrouped