Module com.maroontress.clione
Package com.maroontress.clione.impl
Interface DirectiveParseKit.TokenListConsumer
- Enclosing class:
DirectiveParseKit
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The functional interface that accepts a list of tokens.
-
Method Summary
-
Method Details
-
accept
Accepts a list of tokens.- Parameters:
list
- The list of tokens.- Throws:
IOException
- if an I/O error occurs.
-