final case class SelField(name: String, alias: Option[String], args: List[Argument[Caret, AnyValue]], typename: ModifierStack[String], directives: List[parser.QueryAst.Directive[Caret, AnyValue]]) extends Sel with Product with Serializable

Source
Ast.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SelField
  2. Serializable
  3. Product
  4. Equals
  5. Sel
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SelField(name: String, alias: Option[String], args: List[Argument[Caret, AnyValue]], typename: ModifierStack[String], directives: List[parser.QueryAst.Directive[Caret, AnyValue]])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val alias: Option[String]
  5. val argList: List[Doc]
  6. val args: List[Argument[Caret, AnyValue]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. lazy val cc: CaseClassField
    Definition Classes
    SelFieldSel
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val directiveList: List[Doc]
  11. val directives: List[parser.QueryAst.Directive[Caret, AnyValue]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val name: String
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def productElementNames: Iterator[String]
    Definition Classes
    Product
  21. lazy val sel: Doc
    Definition Classes
    SelFieldSel
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. val tn: Doc
  24. val typename: ModifierStack[String]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Sel

Inherited from AnyRef

Inherited from Any

Ungrouped