Class Tokens

java.lang.Object
edu.udel.cis.vsl.abc.token.IF.Tokens

public class Tokens extends Object
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 Details

    • Tokens

      public Tokens()
  • Method Details

    • newTokenFactory

      public static TokenFactory newTokenFactory()
      Creates a new token factory.
      Returns:
      the new token factory
    • newFileIndexer

      public static FileIndexer newFileIndexer()
      Creates a new, empty FileIndexer.
      Returns:
      a new FileIndexer