Interface ParseToken.IndexedStringConsumer
-
- Enclosing class:
- ParseToken
public static interface ParseToken.IndexedStringConsumerInterface representing instance methods that consume indexed string values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(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
-
-