Interface ParseToken.IndexedStringConsumer
-
- Enclosing class:
- ParseToken
public static interface ParseToken.IndexedStringConsumer
Interface representing instance methods that consume indexed string values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(int index, String value)
Consume an indexed string.
-
-
-
Method Detail
-
accept
void accept(int index, String value)
Consume an indexed string.- Parameters:
index
- indexvalue
- value to consume
-
-