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) extends NewNode with TypeDeclBase with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewTypeDecl
  2. Serializable
  3. TypeDeclBase
  4. HasAliasTypeFullName
  5. HasAstParentFullName
  6. HasAstParentType
  7. HasInheritsFromTypeFullName
  8. HasIsExternal
  9. HasFullName
  10. HasName
  11. AstNodeBase
  12. HasOrder
  13. NewNode
  14. Node
  15. Product
  16. Equals
  17. AnyRef
  18. 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)

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
    NewTypeDeclNode
  5. val aliasTypeFullName: Option[String]
    Definition Classes
    NewTypeDeclHasAliasTypeFullName
  6. def allContainedNodes: List[Node]
    Definition Classes
    NewNode
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asStored: StoredNode
    Definition Classes
    TypeDeclBase
  9. val astParentFullName: String
    Definition Classes
    NewTypeDeclHasAstParentFullName
  10. val astParentType: String
    Definition Classes
    NewTypeDeclHasAstParentType
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def containedNodesByLocalName: Map[String, List[Node]]
    Definition Classes
    NewTypeDeclNewNode
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  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
    NewTypeDeclNewNode
  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 TypeDeclBase

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 Node

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped