Interface SymbolFactory

All Known Implementing Classes:
ComplexSymbolFactory, DefaultSymbolFactory, ParserSymbolFactory

public interface SymbolFactory
Creates the Symbols interface, which CUP uses as default
Version:
last updated 27-03-2006
Author:
Michael Petter CHECKSTYLE:OFF
  • Method Details Link icon

    • newSymbol Link icon

      Symbol newSymbol(String name, int id, Symbol left, Symbol right, Object value)
      Construction with left/right propagation switched on
    • newSymbol Link icon

      Symbol newSymbol(String name, int id, Symbol left, Symbol right)
    • newSymbol Link icon

      Symbol newSymbol(String name, int id, Object value)
      Construction with left/right propagation switched off
    • newSymbol Link icon

      Symbol newSymbol(String name, int id)
    • startSymbol Link icon

      Symbol startSymbol(String name, int id, int state)
      Construction of start symbol