Package edu.udel.cis.vsl.abc.token.IF
Class Tokens
java.lang.Object
edu.udel.cis.vsl.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 FileIndexer
Creates a new, emptyFileIndexer
.static TokenFactory
Creates 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
-