Object

io.github.scalats.core

ScalaModel

Related Doc: package core

Permalink

object ScalaModel

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaModel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CaseClass(identifier: QualifiedIdentifier, fields: ListSet[TypeMember], values: ListSet[TypeInvariant], typeArgs: List[String]) extends TypeDef with Product with Serializable

    Permalink
  2. case class CaseClassRef(identifier: QualifiedIdentifier, typeArgs: List[TypeRef]) extends TypeRef with Product with Serializable

    Permalink
  3. case class CaseObject(identifier: QualifiedIdentifier, values: ListSet[TypeInvariant]) extends TypeDef with Product with Serializable

    Permalink
  4. case class CollectionRef(innerType: TypeRef) extends TypeRef with Product with Serializable

    Permalink
  5. case class EnumerationDef(identifier: QualifiedIdentifier, values: ListSet[String]) extends TypeDef with Product with Serializable

    Permalink
  6. case class EnumerationRef(identifier: QualifiedIdentifier) extends TypeRef with Product with Serializable

    Permalink
  7. case class MapRef(keyType: TypeRef, valueType: TypeRef) extends TypeRef with Product with Serializable

    Permalink

    keyType

    the type of the Map keys

    valueType

    the type of the Map values

  8. case class OptionRef(innerType: TypeRef) extends TypeRef with Product with Serializable

    Permalink
  9. case class QualifiedIdentifier(name: String, enclosingClassNames: List[String]) extends Product with Serializable

    Permalink
  10. case class SealedUnion(identifier: QualifiedIdentifier, fields: ListSet[TypeMember], possibilities: ListSet[TypeDef]) extends TypeDef with Product with Serializable

    Permalink
  11. case class TupleRef(typeArgs: List[TypeRef]) extends TypeRef with Product with Serializable

    Permalink
  12. sealed trait TypeDef extends AnyRef

    Permalink
  13. final class TypeInvariant extends TypeMember

    Permalink
  14. sealed class TypeMember extends AnyRef

    Permalink
  15. case class TypeParamRef(name: String) extends TypeRef with Product with Serializable

    Permalink
  16. sealed trait TypeRef extends AnyRef

    Permalink
  17. case class UnionRef(possibilities: ListSet[TypeRef]) extends TypeRef with Product with Serializable

    Permalink
  18. case class UnknownTypeRef(identifier: QualifiedIdentifier) extends TypeRef with Product with Serializable

    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. object BigDecimalRef extends TypeRef with Product with Serializable

    Permalink
  5. object BigIntegerRef extends TypeRef with Product with Serializable

    Permalink
  6. object BooleanRef extends TypeRef with Product with Serializable

    Permalink
  7. object DateRef extends TypeRef with Product with Serializable

    Permalink
  8. object DateTimeRef extends TypeRef with Product with Serializable

    Permalink
  9. object DoubleRef extends TypeRef with Product with Serializable

    Permalink
  10. object IntRef extends TypeRef with Product with Serializable

    Permalink
  11. object LongRef extends TypeRef with Product with Serializable

    Permalink
  12. object StringRef extends TypeRef with Product with Serializable

    Permalink
  13. object TypeInvariant

    Permalink
  14. object TypeMember

    Permalink
  15. object UuidRef extends TypeRef with Product with Serializable

    Permalink
  16. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  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 AnyRef

Inherited from Any

Ungrouped