Class DeclrationInConstraintFinder

    • Constructor Detail

      • DeclrationInConstraintFinder

        public DeclrationInConstraintFinder​(ConstraintSyntaxTree cst)
        Default constructor for this class.
        Parameters:
        cst - A constraint where all nested AbstractVariable's should be found.
      • DeclrationInConstraintFinder

        public DeclrationInConstraintFinder​(ConstraintSyntaxTree cst,
                                            boolean considerReferences)
        Constructor for this class to specify whether (reference) values should also be visited.
        Parameters:
        cst - A constraint where all nested AbstractVariable's should be found.
        considerReferences - true values will also be visited to discover used declarations inside reference values, false these values will be ignored.