Package edu.odu.cs.cs350.Interfaces
-
Interface Summary Interface Description InputInterface OutputInterface Output contains all of the functionality to format and print to the console the complete output of the program.RecommenderInterface Taking as input a list of tokens which represents a string of tokens taken from all files that the Input processed.RefactoringInterface A refactoring object contains the information needed by Output to print the refactoring suggestion and its associated metadata.TokenInterface Token file contains the information needed for a token defined in the TokenType class.