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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ignored
- PositionTracking
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
parseComments: Boolean
Whether comments should be parsed into the resulting AST.
-
abstract
def
parseLocations: Boolean
- Definition Classes
- PositionTracking
-
abstract
def
sourceId: String
- Definition Classes
- PositionTracking
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
- def CRLF: Rule[HNil, HNil]
- def Comment: Rule[HNil, HNil]
- def CommentCap: Rule[HNil, ::[Comment, HNil]]
- def CommentChar: Rule[HNil, HNil]
- def CommentNoCap: Rule0
- def Comments: Rule[HNil, ::[Vector[Comment], HNil]]
- def Ignored: Rule[HNil, HNil]
- def IgnoredNoComment: Rule[HNil, HNil]
- val LineTerminator: CharPredicate
- val UnicodeBOM: CharPredicate
- val WhiteSpace: CharPredicate
-
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
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
trackNewLine: Rule0
- Definition Classes
- PositionTracking
-
def
trackPos: Rule1[Option[AstLocation]]
- Definition Classes
- PositionTracking
-
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()
- def ws(s: String): Rule0
- def ws(char: Char): Rule0
- def wsCapture(s: String): Rule[HNil, ::[String, HNil]]
- def wsNoComment(char: Char): Rule0