Interface ParseToken.IndexedStringConsumer

Enclosing class:
ParseToken

public static interface ParseToken.IndexedStringConsumer
Interface representing instance methods that consume indexed string values.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int index, String value)
    Consume an indexed string.
  • Method Details

    • accept

      void accept(int index, String value)
      Consume an indexed string.
      Parameters:
      index - index
      value - value to consume