Class DeclarationMapper

All Implemented Interfaces:
ICustomDatatypeVisitor, IModelVisitor

public class DeclarationMapper extends AbstractDeclarationFinder
This filter class searches all top level DecisionVariableDeclarations and stores them into a Map. The Map is in form of:
Author:
El-Sharkawy
  • Field Details

  • Constructor Details

    • DeclarationMapper

      public DeclarationMapper(Project project, FilterType filterType)
      Sole constructor for this class.
      Parameters:
      project - The project where the visiting shall start
      filterType - Specifies whether project imports shall be considered or not.
  • Method Details