Class/Object

sangria.ast

Document

Related Docs: object Document | package ast

Permalink

case class Document(definitions: List[Definition], trailingComments: List[Comment] = Nil, position: Option[Position] = None, sourceMapper: Option[SourceMapper] = None) extends AstNode with WithTrailingComments with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, WithTrailingComments, AstNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WithTrailingComments
  7. AstNode
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Document(definitions: List[Definition], trailingComments: List[Comment] = Nil, position: Option[Position] = None, sourceMapper: Option[SourceMapper] = None)

    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 cacheKeyHash: Int

    Permalink
    Definition Classes
    AstNode
  6. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Document → Equals
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val definitions: List[Definition]

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

    Permalink
    Definition Classes
    AnyRef
  10. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Document → Equals → AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. lazy val fragments: Map[String, FragmentDefinition]

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

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

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

    Permalink
    Definition Classes
    Any
  16. def merge(other: Document): Document

    Permalink

    Merges two documents.

    Merges two documents. The sourceMapper is lost along the way.

  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def operation(operationName: Option[String] = None): Option[OperationDefinition]

    Permalink
  21. def operationType(operationName: Option[String] = None): Option[OperationType]

    Permalink
  22. lazy val operations: Map[Option[String], OperationDefinition]

    Permalink
  23. val position: Option[Position]

    Permalink
    Definition Classes
    DocumentAstNode
  24. def renderCompact: String

    Permalink
    Definition Classes
    AstNode
  25. def renderPretty: String

    Permalink
    Definition Classes
    AstNode
  26. lazy val source: Option[String]

    Permalink
  27. val sourceMapper: Option[SourceMapper]

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

    Permalink
    Definition Classes
    AnyRef
  29. val trailingComments: List[Comment]

    Permalink
    Definition Classes
    DocumentWithTrailingComments
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withoutSourceMapper: Document

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithTrailingComments

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped