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 TypeMethodDescriptionvoid
Program.parse
(SimpleReader in) Parses a BL program fromin
intothis
.void
ProgramSecondary.parse
(SimpleReader in) -
Uses of SimpleReader in components.simplereader
Classes in components.simplereader that implement SimpleReaderModifier and TypeClassDescriptionclass
SimpleReader
represented asjava.io.BufferedReader
with implementations of primary methods.class
Layered 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>
.