sealed trait ObjectLikeType[Ctx, Val] extends OutputType[Val] with CompositeType[Val] with NullableType with UnmodifiedType with Named with HasAstInfo
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObjectLikeType
- HasAstInfo
- UnmodifiedType
- NullableType
- CompositeType
- Named
- HasDescription
- OutputType
- Type
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
astDirectives: Vector[ast.Directive]
- Definition Classes
- HasAstInfo
-
abstract
def
astNodes: Vector[AstNode]
- Definition Classes
- HasAstInfo
-
abstract
def
description: Option[String]
- Definition Classes
- HasDescription
- abstract def fieldsFn: () ⇒ List[Field[Ctx, Val]]
- abstract def interfaces: List[InterfaceType[Ctx, _]]
-
abstract
def
name: String
- Definition Classes
- Named
-
abstract
def
rename(newName: String): ObjectLikeType.this.type
- Definition Classes
- Named
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val allInterfaces: Vector[InterfaceType[Ctx, _]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val fields: Vector[Field[Ctx, _]]
- lazy val fieldsByName: Map[String, Vector[Field[Ctx, _]]]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(schema: Schema[_, _], fieldName: String): Vector[Field[Ctx, _]]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
namedType: Type with Named
- Definition Classes
- Type
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val ownFields: Vector[Field[Ctx, Val]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toAst: TypeDefinition
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- lazy val uniqueFields: Vector[Field[Ctx, _]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()