Uses of Class
net.ssehub.easy.varModel.model.rewrite.VariableLookUpTable
-
Packages that use VariableLookUpTable Package Description net.ssehub.easy.varModel.model.rewrite Classes for creating an (adapted) copy of theProject. -
-
Uses of VariableLookUpTable in net.ssehub.easy.varModel.model.rewrite
Fields in net.ssehub.easy.varModel.model.rewrite declared as VariableLookUpTable Modifier and Type Field Description private VariableLookUpTableInitialStructureCollector. tableprivate VariableLookUpTableRewriteContext. variablesTableMethods in net.ssehub.easy.varModel.model.rewrite that return VariableLookUpTable Modifier and Type Method Description (package private) VariableLookUpTableRewriteContext. getLookUpTable()Getter for theVariableLookUpTable, for initialization inside the visitor.Constructors in net.ssehub.easy.varModel.model.rewrite with parameters of type VariableLookUpTable Constructor Description InitialStructureCollector(Project originProject, FilterType filterType, VariableLookUpTable table)Default constructor for this class.
-