Class DefaultSymbolFactory

java.lang.Object
com.aquima.interactions.java_cup.DefaultSymbolFactory
All Implemented Interfaces:
SymbolFactory

public class DefaultSymbolFactory extends Object implements SymbolFactory
Default Implementation for SymbolFactory, creates plain old Symbols
Version:
last updated 27-03-2006
Author:
Michael Petter CHECKSTYLE:OFF
  • Constructor Details

    • DefaultSymbolFactory

      public DefaultSymbolFactory()
      DefaultSymbolFactory for CUP. Users are strongly encoraged to use ComplexSymbolFactory instead, since it offers more detailed information about Symbols in source code. Yet since migrating has always been a critical process, You have the chance of still using the oldstyle Symbols. replaced by the new java_cup.runtime.ComplexSymbolFactory
  • Method Details