Uses of Interface
components.simplereader.SimpleReader
Packages that use SimpleReader
Package
Description
Provides the
Program family interfaces and implementing classes.Provides the
SimpleReader family interfaces and implementing classes.Provides the
FormatChecker, Reporter, and Tokenizer utility classes.-
Uses of SimpleReader in components.program
Methods in components.program with parameters of type SimpleReaderModifier and TypeMethodDescriptionvoidProgram.parse(SimpleReader in) Parses a BL program frominintothis.voidProgramSecondary.parse(SimpleReader in) -
Uses of SimpleReader in components.simplereader
Classes in components.simplereader that implement SimpleReaderModifier and TypeClassDescriptionclassSimpleReaderrepresented asjava.io.BufferedReaderwith implementations of primary methods.classLayered implementations of secondary methods forSimpleReader.Methods in components.simplereader that return SimpleReaderMethods in components.simplereader with parameters of type SimpleReader -
Uses of SimpleReader in components.utilities
Methods in components.utilities with parameters of type SimpleReaderModifier and TypeMethodDescriptionTokenizer.tokens(SimpleReader in) Tokenizes the entire input getting rid of all whitespace separators and returning the non-separator tokens in aQueue<String>.