Trait

sangria.parser

TypeSystemDefinitions

Related Doc: package parser

Permalink

trait TypeSystemDefinitions extends AnyRef

Self Type
TypeSystemDefinitions with Parser with Tokens with Ignored with Directives with Types with Operations with Values with Fragments
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeSystemDefinitions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def legacyEmptyFields: Boolean

    Permalink
  2. abstract def legacyImplementsInterface: Boolean

    Permalink

Concrete 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. def ArgumentsDefinition: Rule[HNil, ::[Vector[InputValueDefinition], HNil]]

    Permalink
  5. def Description: Rule[HNil, ::[Option[StringValue], HNil]]

    Permalink
  6. def DirectiveDefinition: Rule[HNil, ::[DirectiveDefinition, HNil]]

    Permalink
  7. def DirectiveLocation: Rule[HNil, ::[DirectiveLocation, HNil]]

    Permalink
  8. def DirectiveLocationName: Rule[HNil, ::[String, HNil]]

    Permalink
  9. def DirectiveLocations: Rule[HNil, ::[Vector[DirectiveLocation], HNil]]

    Permalink
  10. def EnumTypeDefinition: Rule[HNil, ::[EnumTypeDefinition, HNil]]

    Permalink
  11. def EnumTypeExtensionDefinition: Rule[HNil, ::[EnumTypeExtensionDefinition, HNil]]

    Permalink
  12. def EnumValueDefinition: Rule[HNil, ::[EnumValueDefinition, HNil]]

    Permalink
  13. def EnumValuesDefinition: Rule[HNil, ::[(Seq[EnumValueDefinition], Vector[Comment]), HNil]]

    Permalink
  14. def ExecutableDirectiveLocation: Rule[HNil, ::[String, HNil]]

    Permalink
  15. def FieldDefinition: Rule[HNil, ::[FieldDefinition, HNil]]

    Permalink
  16. def FieldsDefinition: Rule[HNil, ::[(Seq[FieldDefinition], Vector[Comment]), HNil]]

    Permalink
  17. def ImplementsInterfaces: Rule[HNil, ::[Vector[NamedType], HNil]]

    Permalink
  18. def InputFieldsDefinition: Rule[HNil, ::[(Seq[InputValueDefinition], Vector[Comment]), HNil]]

    Permalink
  19. def InputObjectTypeDefinition: Rule[HNil, ::[InputObjectTypeDefinition, HNil]]

    Permalink
  20. def InputObjectTypeExtensionDefinition: Rule[HNil, ::[InputObjectTypeExtensionDefinition, HNil]]

    Permalink
  21. def InputValueDefinition: Rule[HNil, ::[InputValueDefinition, HNil]]

    Permalink
  22. def InterfaceTypeDefinition: Rule[HNil, ::[InterfaceTypeDefinition, HNil]]

    Permalink
  23. def InterfaceTypeExtensionDefinition: Rule[HNil, ::[InterfaceTypeExtensionDefinition, HNil]]

    Permalink
  24. def ObjectTypeDefinition: Rule[HNil, ::[ObjectTypeDefinition, HNil]]

    Permalink
  25. def ObjectTypeExtensionDefinition: Rule[HNil, ::[ObjectTypeExtensionDefinition, HNil]]

    Permalink
  26. def OperationTypeDefinition: Rule[HNil, ::[OperationTypeDefinition, HNil]]

    Permalink
  27. def ScalarTypeDefinition: Rule[HNil, ::[ScalarTypeDefinition, HNil]]

    Permalink
  28. def ScalarTypeExtensionDefinition: Rule[HNil, ::[ScalarTypeExtensionDefinition, HNil]]

    Permalink
  29. def SchemaDefinition: Rule[HNil, ::[SchemaDefinition, HNil]]

    Permalink
  30. def SchemaExtension: Rule[HNil, ::[SchemaExtensionDefinition, HNil]]

    Permalink
  31. def TypeDefinition: Rule[HNil, ::[TypeDefinition with Product with Serializable { def rename(newName: String): sangria.ast.TypeDefinition with Product with Serializable{def rename(newName: String): sangria.ast.TypeDefinition with Product with Serializable} }, HNil]]

    Permalink
  32. def TypeExtension: Rule[HNil, ::[TypeExtensionDefinition with Product with Serializable { def rename(newName: String): sangria.ast.TypeExtensionDefinition with Product with Serializable{def rename(newName: String): sangria.ast.TypeExtensionDefinition with Product with Serializable} }, HNil]]

    Permalink
  33. def TypeSystemDefinition: Rule[HNil, ::[TypeSystemDefinition with WithDescription with Product with Serializable, HNil]]

    Permalink
  34. def TypeSystemDirectiveLocation: Rule[HNil, ::[String, HNil]]

    Permalink
  35. def TypeSystemExtension: Rule[HNil, ::[TypeSystemExtensionDefinition with WithDirectives with Product with Serializable, HNil]]

    Permalink
  36. def UnionMemberTypes: Rule[HNil, ::[Vector[NamedType], HNil]]

    Permalink
  37. def UnionMembers: Rule[HNil, ::[Vector[NamedType], HNil]]

    Permalink
  38. def UnionTypeDefinition: Rule[HNil, ::[UnionTypeDefinition, HNil]]

    Permalink
  39. def UnionTypeExtensionDefinition: Rule[HNil, ::[UnionTypeExtensionDefinition, HNil]]

    Permalink
  40. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  42. def directive: Rule[HNil, HNil]

    Permalink
  43. def enum: Rule[HNil, HNil]

    Permalink
  44. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  46. def extend: Rule[HNil, HNil]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  48. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  49. def implements: Rule[HNil, HNil]

    Permalink
  50. def inputType: Rule[HNil, HNil]

    Permalink
  51. def interface: Rule[HNil, HNil]

    Permalink
  52. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  56. def scalar: Rule[HNil, HNil]

    Permalink
  57. def schema: Rule[HNil, HNil]

    Permalink
  58. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  60. def type: Rule[HNil, HNil]

    Permalink
  61. def union: Rule[HNil, HNil]

    Permalink
  62. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped