168169170171172173174175176177178
} public void onBeforeExecute() { for ( Wireable target : wireList ) { MVELCompileable compileable = invokerLookups.get( target ); compileable.compile( this ); // now wire up the target target.wire( compileable ); } wireList.clear();
176177178179180181182183184185186
target.wire( compileable ); } wireList.clear(); for ( MVELCompileable compileable : mvelReaders ) { compileable.compile( this ); } if (dirty) { rewireImportedMethods(); dirty = false;
172173174175176177178179180181182
180181182183184185186187188189190
166167168169170171172173174175176
174175176177178179180181182183184
167168169170171172173174175176177
175176177178179180181182183184185