Class NodeToRuleCapturingParser

java.lang.Object
graphql.parser.Parser
graphql.parser.NodeToRuleCapturingParser

public class NodeToRuleCapturingParser extends Parser
A parser that will capture parsing context data which can be later used for accessing tokens that are discarded during the conventional parsing process (like comments).
  • Constructor Details

    • NodeToRuleCapturingParser

      public NodeToRuleCapturingParser()
  • Method Details