Package eu.bandm.tools.lexic
Interface Token.Factory<D,T,R extends Token<D,T>>
- Type Parameters:
D
- the type of source document identifiersT
- the type of token typesR
- the type of token objects to be created
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for the creation of tokens.
-
Method Summary
-
Method Details
-
newInstance
-