Class ImportantPropertyVisitor

    • Constructor Detail

      • ImportantPropertyVisitor

        public ImportantPropertyVisitor​(@Nonnull
                                        List<Declaration> important)
        walk through list of declarations
        Parameters:
        important - list of declarations
    • Method Detail

      • visitDeclaration

        public void visitDeclaration​(@Nonnull
                                     Declaration declaration)
        visits a declaration
        Specified by:
        visitDeclaration in interface RuleVisitor
        Parameters:
        declaration - to visit