OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 17 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 180
Line 112... Line 112...
112
        if (!this.getSource().hasRoot()) {
112
        if (!this.getSource().hasRoot()) {
113
            return this.getSource().getWhole();
113
            return this.getSource().getWhole();
114
        }
114
        }
115
        return new Processor<E>(this, data).process().getWhole();
115
        return new Processor<E>(this, data).process().getWhole();
116
    }
116
    }
-
 
117
 
-
 
118
    public void destroy() {
-
 
119
        for (final Statement st : this.statements.values())
-
 
120
            st.destroy();
-
 
121
    }
117
}
122
}