java.lang.Object
dev.civl.abc.token.IF.Tokens
This class is the entry point for the "token" module. It provides a static
method to create a new
TokenFactory. That factory can then be used to
produce new tokens and all objects related to tokens.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileIndexerCreates a new, emptyFileIndexer.static TokenFactoryCreates a new token factory.
-
Constructor Details
-
Tokens
public Tokens()
-
-
Method Details
-
newTokenFactory
Creates a new token factory.- Returns:
- the new token factory
-
newFileIndexer
Creates a new, emptyFileIndexer.- Returns:
- a new
FileIndexer
-