Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.pqt.autorib.tokenizer: Javadoc index of package org.pqt.autorib.tokenizer.


Package Samples:

org.pqt.autorib.tokenizer

Classes:

Tokenizer: Reads Characters from a given stream, ignoring comments . It recognises the following kinds of input (which can be stored in a Token object): - a word; - a number; - a string (delimeted by "") comment characters are not recognized inside a string - but an error is raised if a newline is read - an array of numbers (enclosed in []) This class is not used directly - rather its subclasses RIBTokenizer and InstrTokenizer are used. The advantage of having this common superclass is that it makes it comparatively easy to read RIB from an instructions file. A count of the current line number is maintained, ...
Token: this class is used to store, at the most basic level, items read from a RIB or instructions file. It can hold a request (a RIB request call word or an instruction word), a string, a floating point number, an array (a list of strings or floating point numbers stored separated by spaces and enclosed in square brackets), and opening and closing curly braces (used for instruction blocks). It is used by Tokenizer and its subclasses
FormatException: A class for holding syntax and other errors found in a RIB or instructions file

Home | Contact Us | Privacy Policy | Terms of Service