Interface SymtabFactory

  • All Known Implementing Classes:
    DefaultSymtabFactory

    public interface SymtabFactory
    Each entry must have three ways in which it can be instantiated:
    • with no parameters;
    • cloned from a copy of itself;
    • the normal-use instantiation (usually with 2 parameters: the container and the id of the container).