edu.buffalo.fs7.mathlib
Class OpenDelimiter

java.lang.Object
  |
  +--edu.buffalo.fs7.mathlib.MathObject
        |
        +--edu.buffalo.fs7.mathlib.Delimiter
              |
              +--edu.buffalo.fs7.mathlib.OpenDelimiter
All Implemented Interfaces:
java.lang.Cloneable

public class OpenDelimiter
extends Delimiter

Class representing an opening delimiter. Identified by the Tokenizer class and used by the Parse class.

See Also:
Tokenizer, Parse

Fields inherited from class edu.buffalo.fs7.mathlib.MathObject
mathlib
 
Constructor Summary
OpenDelimiter()
          creates an opening delimiter object ("(")
 
Methods inherited from class edu.buffalo.fs7.mathlib.Delimiter
toString
 
Methods inherited from class edu.buffalo.fs7.mathlib.MathObject
clone, toParseableString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OpenDelimiter

public OpenDelimiter()
creates an opening delimiter object ("(")