public abstract static class JSCode.Builder<U extends ScriptOrFn<U>> extends Object
JSCode object in the process of being created, usually as a
child of a JSDescriptor.Builder. This is necessary because during compilationthere
may not be a concrete, class, method, or interpreter data structure yet,| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSCode<U> |
build()
Builds and returns the
JSCode object. |
Copyright © 2025 HtmlUnit. All rights reserved.