Esempio n. 1
0
 public IfCondition(String expr, MultiPart value) {
   this.expr = ParserUtils.trim(expr);
   this.value = value;
 }