package preparser
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
              Visibility
              
        - Public
- All
Type Members
-  final case class PreParsedStatement(statement: String, options: Seq[PreParserOption], offset: InputPosition) extends Product with Serializable
-  sealed trait PreParserOption extends AnyRef
Value Members
-  object CypherPreParser extends Parser with Base
-  object ExplainOption extends PreParserOption with Product with Serializable