Class StaticSymbolMappingVisitor


  • public class StaticSymbolMappingVisitor
    extends AbstractSymbolMappingVisitor

    This class is used to update LanguageObjects by replacing the virtual elements/ groups present in them with their physical counterparts. It is currently used only to visit Insert/Delete/Update objects and parts of those objects.

    • Constructor Detail

      • StaticSymbolMappingVisitor

        public StaticSymbolMappingVisitor​(Map symbolMap)

        This constructor initialises this object by setting the symbolMap and passing in the command object that is being visited.

        Parameters:
        symbolMap - A map of virtual elements/groups to their physical counterparts