Class

renesca.schema.macros.Generators

RelationTrait

Related Doc: package Generators

Permalink

case class RelationTrait(pattern: Generators.RelationTraitPattern, externalSuperTypes: List[String], flatStatements: List[scala.reflect.macros.Universe.Tree], hasOwnFactory: Option[Boolean]) extends Named with SuperTypes with Statements with HasOwnFactory with HasParameterList with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HasParameterList, HasOwnFactory, Statements, SuperTypes, Named, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RelationTrait
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasParameterList
  7. HasOwnFactory
  8. Statements
  9. SuperTypes
  10. Named
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RelationTrait(pattern: Generators.RelationTraitPattern, externalSuperTypes: List[String], flatStatements: List[scala.reflect.macros.Universe.Tree], hasOwnFactory: Option[Boolean])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. val externalSuperTypes: List[String]

    Permalink
    Definition Classes
    RelationTraitSuperTypes
  8. def externalSuperTypes_type: List[scala.reflect.macros.Universe.TypeName]

    Permalink
    Definition Classes
    SuperTypes
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val flatStatements: List[scala.reflect.macros.Universe.Tree]

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. val hasOwnFactory: Option[Boolean]

    Permalink
    Definition Classes
    RelationTraitHasOwnFactory
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def name: String

    Permalink
    Definition Classes
    Named
  15. def name_label: String

    Permalink
    Definition Classes
    Named
  16. def name_plural: String

    Permalink
    Definition Classes
    Named
  17. def name_plural_term: scala.reflect.macros.Universe.TermName

    Permalink
    Definition Classes
    Named
  18. def name_term: scala.reflect.macros.Universe.TermName

    Permalink
    Definition Classes
    Named
  19. def name_type: scala.reflect.macros.Universe.TypeName

    Permalink
    Definition Classes
    Named
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. val parameterList: Generators.ParameterList

    Permalink
    Definition Classes
    RelationTraitHasParameterListHasOwnFactory
  24. val pattern: Generators.RelationTraitPattern

    Permalink
    Definition Classes
    RelationTraitStatementsSuperTypesNamed
  25. def statements: List[scala.reflect.macros.Universe.Tree]

    Permalink
    Definition Classes
    Statements
  26. def superTypes: List[String]

    Permalink
    Definition Classes
    SuperTypes
  27. def superTypes_type: List[scala.reflect.macros.Universe.TypeName]

    Permalink
    Definition Classes
    SuperTypes
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasParameterList

Inherited from HasOwnFactory

Inherited from Statements

Inherited from SuperTypes

Inherited from Named

Inherited from AnyRef

Inherited from Any

Ungrouped