Class GenericGroupingSymbolTable

java.lang.Object
  |
  +--GroupingSymbolTable
        |
        +--GenericGroupingSymbolTable

public class GenericGroupingSymbolTable
extends GroupingSymbolTable

Creates a new GroupingSymbolTable containing the symbols '(', ')', '[', ']', '{' and '}'.


Fields inherited from class GroupingSymbolTable
capacity, size, symbols
 
Constructor Summary
GenericGroupingSymbolTable()
          Creates a new GroupingSymbolTable containing the symbols '(', ')', '[', ']', '{' and '}'.
 
Methods inherited from class GroupingSymbolTable
add, getTokens, isAClosingSymbol, isAGroupingSymbol, isAnOpeningSymbol, isBalanced, symbolFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericGroupingSymbolTable

public GenericGroupingSymbolTable()
Creates a new GroupingSymbolTable containing the symbols '(', ')', '[', ']', '{' and '}'.