Interface ParseToken.IndexedStringConsumer
- Enclosing class:
ParseToken
public static interface ParseToken.IndexedStringConsumer
Interface representing instance methods that consume indexed string values.
-
Method Summary
-
Method Details
-
accept
Consume an indexed string.- Parameters:
index- indexvalue- value to consume
-