Interface ParsingListener


@PublicSpi public interface ParsingListener
This listener interface is invoked for each token parsed by the graphql parser code.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    This represents a token that has been parsed
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ParsingListener
    A NoOp implementation of ParsingListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is called for each token found during parsing