package org.mozilla.javascript; public interface ContextAction { Object run(Context context); }