Packages

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