@param directive The directive to set.
(int directive)
| 1258 | * @param directive The directive to set. |
| 1259 | */ |
| 1260 | public void setDirective(int directive) { |
| 1261 | this.directive = directive; |
| 1262 | } |
| 1263 | |
| 1264 | /** |
| 1265 | * Returns a copy of this closure where the "owner", "delegate" and "thisObject" |