trait Ignored extends PositionTracking

Mix-in that defines GraphQL grammar productions that are typically ignored (whitespace, comments, etc.).

Self Type
Ignored with Parser
Linear Supertypes
PositionTracking, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ignored
  2. PositionTracking
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def parseComments: Boolean

    Whether comments should be parsed into the resulting AST.

  2. abstract def parseLocations: Boolean
    Definition Classes
    PositionTracking
  3. abstract def sourceId: String
    Definition Classes
    PositionTracking

Concrete 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. def CRLF: Rule[HNil, HNil]
  5. def Comment: Rule[HNil, HNil]
  6. def CommentCap: Rule[HNil, ::[Comment, HNil]]
  7. def CommentChar: Rule[HNil, HNil]
  8. def CommentNoCap: Rule0
  9. def Comments: Rule[HNil, ::[Vector[Comment], HNil]]
  10. def Ignored: Rule[HNil, HNil]
  11. def IgnoredNoComment: Rule[HNil, HNil]
  12. val LineTerminator: CharPredicate
  13. val UnicodeBOM: CharPredicate
  14. val WhiteSpace: CharPredicate
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def trackNewLine: Rule0
    Definition Classes
    PositionTracking
  29. def trackPos: Rule1[Option[AstLocation]]
    Definition Classes
    PositionTracking
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. def ws(s: String): Rule0
  34. def ws(char: Char): Rule0
  35. def wsCapture(s: String): Rule[HNil, ::[String, HNil]]
  36. def wsNoComment(char: Char): Rule0

Inherited from PositionTracking

Inherited from AnyRef

Inherited from Any

Ungrouped