Uses of Package
edu.neu.ccs.parser

Packages that use edu.neu.ccs.parser
edu.neu.ccs.parser Provides classes for translating Strings into values of various data types using languages with simple lexical and syntactic structures. 
 

Classes in edu.neu.ccs.parser used by edu.neu.ccs.parser
AbstractParser
          Abstract superclass for classes of objects that provide functionality for evaluating Strings into primitive types and objects using a language with simple syntactic structure.
AbstractParser.ObjectOperationPair
          Pair class used by a Parser to store a value and an associated operation.
AbstractParser.Operation
          Class encapsulating an operation and its corresponding String symbol for use with a parser.
AbstractParser.Procedure
          Class encapsulating a procedure and its corresponding String symbol for use with a parser.
JPTParser.BooleanOperation
          Class used to store a boolean operation.
JPTParser.NumericOperation
          Class used to store a numeric operation.
Parser
          Interface to be implemented by classes of objects that can parse String data and evaluate the contents of that data to an Object with state defined by the data contained in the String.