public abstract class JSCode<T extends ScriptOrFn<T>> extends Object implements JSCodeExec<T>, JSCodeResume<T>
JSCodeExec and JSCodeResume to allow for the use of functional interfaces.| Modifier and Type | Class and Description |
|---|---|
static class |
JSCode.Builder<U extends ScriptOrFn<U>>
Represents a mutable
JSCode object in the process of being created, usually as a
child of a JSDescriptor.Builder. |
static class |
JSCode.NullBuilder<V extends ScriptOrFn<V>>
A builder for a null code entry.
|
NULL_RESUMABLE| Constructor and Description |
|---|
JSCode() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteresumeCopyright © 2025 HtmlUnit. All rights reserved.