MCPcopy Index your code

hub / github.com/caoccao/Javet / types & classes

Types & classes475 in github.com/caoccao/Javet

↓ 1 callersClassPatchAndroidBuild
scripts/python/patch_android_build.py:29
Class
scripts/deno/change_node_v8_version.ts:20
Class
scripts/deno/change_node_v8_version.ts:95
Class
scripts/deno/change_node_v8_version.ts:154
Class
scripts/deno/change_javet_version.ts:21
Class
scripts/deno/patch_node_build.ts:32
Class
scripts/deno/generate_args_gn.ts:80
Class
scripts/deno/patch_v8_build.ts:34
Class
scripts/deno/patch_v8_temporal.ts:29
Class
scripts/node/test-es6/test-es6-class.js:20
ClassA
scripts/node/test-es6/test-es6-class.js:20
ClassAllowOnlyClass
src/test/java/com/caoccao/javet/interop/converters/TestJavetProxyConverter.java:2238
EnumArch
cpp/jni-build.ts:None
ClassArrayUtils
The type Array utils. @since 3.0.3
src/main/java/com/caoccao/javet/utils/ArrayUtils.java:27
ClassBaseJavetConsoleInterceptor
The type Base javet console interceptor. @since 0.7.0
src/main/java/com/caoccao/javet/interception/logging/BaseJavetConsoleInterceptor.java:34
ClassBaseJavetConverter
The type Base javet converter. @since 1.0.4
src/main/java/com/caoccao/javet/interop/converters/BaseJavetConverter.java:32
ClassBaseJavetDirectCallableInterceptor
The type Base javet direct callable interceptor. @since 3.0.3
src/main/java/com/caoccao/javet/interception/BaseJavetDirectCallableInterceptor.java:27
ClassBaseJavetDirectProxyHandler
The type Base javet direct proxy handler. @param <T> the type parameter @param <E> the type parameter @since 2.2.0
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetDirectProxyHandler.java:28
ClassBaseJavetInterceptor
The type Base javet interceptor. @since 0.7.0
src/main/java/com/caoccao/javet/interception/BaseJavetInterceptor.java:29
ClassBaseJavetPackage
The type Base javet package. @since 3.0.3
src/main/java/com/caoccao/javet/interception/jvm/JavetJVMInterceptor.java:185
ClassBaseJavetProxyHandler
The type Base javet proxy handler. @param <T> the type parameter @param <E> the type parameter @since 2.2.0
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetProxyHandler.java:32
ClassBaseJavetProxyPlugin
The type Base javet proxy plugin. @since 3.0.4
src/main/java/com/caoccao/javet/interop/proxy/plugins/BaseJavetProxyPlugin.java:46
ClassBaseJavetProxyPluginMultiple
The type Base javet proxy plugin for multiple classes. @since 3.0.4
src/main/java/com/caoccao/javet/interop/proxy/plugins/BaseJavetProxyPluginMultiple.java:31
ClassBaseJavetProxyPluginSingle
The type Base javet proxy plugin for single class. @param <T> the target Java type this plugin handles @since 3.0.4
src/main/java/com/caoccao/javet/interop/proxy/plugins/BaseJavetProxyPluginSingle.java:34
ClassBaseJavetProxySymbolConverter
The type Base javet proxy symbol converter. @param <T> the type parameter @since 1.0.4
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetProxySymbolConverter.java:37
ClassBaseJavetReflectionProxyHandler
The type Base javet reflection proxy handler. @param <T> the type parameter @param <E> the type parameter @since 0.9.6
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyHandler.java:49
ClassBaseJavetReflectionProxyInvocationHandler
The type Base javet reflection proxy invocation handler. @param <Reference> the type parameter @since 3.0.3
src/main/java/com/caoccao/javet/interop/proxy/BaseJavetReflectionProxyInvocationHandler.java:32
ClassBaseJavetScriptingException
The type Base javet scripting exception. @since 0.7.0
src/main/java/com/caoccao/javet/exceptions/BaseJavetScriptingException.java:26
ClassBaseNodeModule
The type Base node module. @since 0.8.0
src/main/java/com/caoccao/javet/node/modules/BaseNodeModule.java:30
ClassBaseTestJavet
src/test/java/com/caoccao/javet/BaseTestJavet.java:40
ClassBaseTestJavetPool
src/test/java/com/caoccao/javet/BaseTestJavetPool.java:28
ClassBaseTestJavetRuntime
src/test/java/com/caoccao/javet/BaseTestJavetRuntime.java:30
ClassBaseV8Executor
The type Base V8 executor. @since 0.7.0
src/main/java/com/caoccao/javet/interop/executors/BaseV8Executor.java:34
ClassBindingContext
The type Binding context. @since 0.9.2
src/main/java/com/caoccao/javet/interop/binding/BindingContext.java:28
ClassBindingContextStore
The type binding context store is for storing the binding context maps used by V8 value object. It leaves a backdoor for applications to tweak the bin
src/main/java/com/caoccao/javet/interop/binding/BindingContextStore.java:28
ClassBlockOnlyClass
src/test/java/com/caoccao/javet/interop/converters/TestJavetProxyConverter.java:2279
InterfaceBuildConfig
cpp/jni-build.ts:73
ClassCDTConfig
src/test/java/com/caoccao/javet/tutorial/cdt/CDTConfig.java:19
ClassCDTHttpServlet
src/test/java/com/caoccao/javet/tutorial/cdt/CDTHttpServlet.java:28
ClassCDTShell
src/test/java/com/caoccao/javet/tutorial/cdt/CDTShell.java:31
ClassCDTWebSocketAdapter
src/test/java/com/caoccao/javet/tutorial/cdt/CDTWebSocketAdapter.java:27
ClassCDTWebSocketCreator
src/test/java/com/caoccao/javet/tutorial/cdt/CDTWebSocketCreator.java:24
ClassChangeJavetVersion
scripts/deno/change_javet_version.ts:21
ClassChangeNodeVersion
scripts/deno/change_node_v8_version.ts:95
ClassChangeV8Version
scripts/deno/change_node_v8_version.ts:154
ClassClassDescriptor
The type Class descriptor. @since 1.1.7
src/main/java/com/caoccao/javet/interop/binding/ClassDescriptor.java:34
ClassClassDescriptorStore
The type class descriptor store is for storing the class descriptor maps used by reflection proxy handlers. It leaves a backdoor for applications to t
src/main/java/com/caoccao/javet/interop/binding/ClassDescriptorStore.java:28
ClassConfig
build.gradle.kts:17
ClassConfig
android/javet-android/build.gradle.kts:20
ClassCounter
src/test/java/com/caoccao/javet/interop/callback/TestV8FunctionCallback.java:89
EnumCounterType
cpp/jni/javet_monitor.h:77
ClassCustomObject
src/test/java/com/caoccao/javet/interop/converters/TestJavetObjectConverter.java:450
ClassDecimalJavetInNodeJSMode
src/test/java/com/caoccao/javet/tutorial/DecimalJavetInNodeJSMode.java:33
ClassDecimalJavetInV8Mode
src/test/java/com/caoccao/javet/tutorial/DecimalJavetInV8Mode.java:34
ClassDeveloper
build.gradle.kts:28
ClassDeveloper
android/javet-android/build.gradle.kts:31
InterfaceDirectCall
The interface Direct call. @since 2.2.0
src/main/java/com/caoccao/javet/interop/callback/IJavetDirectCallable.java:55
ClassDynamicClass
src/test/java/com/caoccao/javet/tutorial/TestAccessTheWholeJVM.java:97
ClassFloat16
<p>The {@code FP16} class is a wrapper and a utility class to manipulate half-precision 16-bit <a href="https://en.wikipedia.org/wiki/Half-precision_f
src/main/java/com/caoccao/javet/utils/Float16.java:87
EnumGetPriority
The enum Get priority. @since 5.0.2
src/main/java/com/caoccao/javet/interop/binding/ClassDescriptor.java:313
ClassGetScopeInfosOptions
The type Get scope infos options. @since 2.0.2
src/main/java/com/caoccao/javet/values/reference/IV8ValueFunction.java:585
InterfaceGetterAndNoThis
The interface GetterAndNoThis gets the property value by a property key without this object passed in. @param <E> the custom exception @since 2.2.0
src/main/java/com/caoccao/javet/interop/callback/IJavetDirectCallable.java:65
ClassGetterAndSetter
src/test/java/com/caoccao/javet/interop/options/TestNodeFlags.java:91
InterfaceGetterAndThis
The interface GetterAndThis gets the property value by a property key with this object passed in. @param <E> the custom exception @since 2.2.0
src/main/java/com/caoccao/javet/interop/callback/IJavetDirectCallable.java:85
ClassGnArgsGenerator
scripts/deno/generate_args_gn.ts:80
InterfaceGnConfig
scripts/deno/generate_args_gn.ts:42
ClassHeapSpaceStatisticsContext
cpp/jni/javet_monitor.cpp:46
ClassHeapStatisticsContext
cpp/jni/javet_monitor.cpp:67
ClassHelloJavet
src/test/java/com/caoccao/javet/tutorial/HelloJavet.java:28
InterfaceIClassProxyPlugin
The interface Class proxy plugin. @since 3.0.4
src/main/java/com/caoccao/javet/interop/binding/IClassProxyPlugin.java:28
InterfaceIClassProxyPluginFunction
The interface Class proxy plugin function. @param <E> the type parameter @since 3.0.3
src/main/java/com/caoccao/javet/interop/binding/IClassProxyPluginFunction.java:29
InterfaceIEnumBitset
The interface Enum bitset. @since 1.0.3
src/main/java/com/caoccao/javet/interfaces/IEnumBitset.java:27
InterfaceIJavaFunction
Represents a function that accepts one argument and produces a result. <p> It is a polyfill to the built-in Supplier for Android compatibility. @para
src/main/java/com/caoccao/javet/interfaces/IJavaFunction.java:31
InterfaceIJavaSupplier
Represents a supplier of results. <p> It is a polyfill to the built-in Supplier for Android compatibility. @param <T> the type of results supplied by
src/main/java/com/caoccao/javet/interfaces/IJavaSupplier.java:28
InterfaceIJavetAnonymous
The interface Javet anonymous is for creating ad-hoc annotation based callback receiver. @since 0.9.13
src/main/java/com/caoccao/javet/interfaces/IJavetAnonymous.java:24
InterfaceIJavetBiConsumer
The interface Javet bi-consumer. @param <T1> the type parameter for key @param <T2> the type parameter for value @param <E> the type parameter for c
src/main/java/com/caoccao/javet/interfaces/IJavetBiConsumer.java:30
InterfaceIJavetBiFunction
The interface Javet bi-function. @param <T1> the type parameter @param <T2> the type parameter @param <R> the type parameter @param <E> the type pa
src/main/java/com/caoccao/javet/interfaces/IJavetBiFunction.java:30
InterfaceIJavetBiIndexedConsumer
The interface Javet bi-indexed consumer. @param <Key> the type parameter for key @param <Value> the type parameter for value @param <E> the typ
src/main/java/com/caoccao/javet/interfaces/IJavetBiIndexedConsumer.java:30
InterfaceIJavetCallbackReceiver
The interface Javet callback receiver.
src/main/java/com/caoccao/javet/utils/receivers/IJavetCallbackReceiver.java:28
InterfaceIJavetClosable
The interface Javet closable is for recycling the unmanaged resource. <p> Why {@link AutoCloseable} is not feasible? {@link AutoCloseable} requires th
src/main/java/com/caoccao/javet/interfaces/IJavetClosable.java:31
InterfaceIJavetConverter
The interface Javet converter. @since 0.7.1
src/main/java/com/caoccao/javet/interop/converters/IJavetConverter.java:30
InterfaceIJavetDirectCallable
The interface Javet direct callable is for converting the calls from reflection calls to direct calls. @since 2.2.0
src/main/java/com/caoccao/javet/interop/callback/IJavetDirectCallable.java:31
InterfaceIJavetDirectProxyHandler
The interface Javet direct proxy handler. @param <E> the type parameter @since 2.2.0
src/main/java/com/caoccao/javet/interop/proxy/IJavetDirectProxyHandler.java:51
InterfaceIJavetEngine
The interface Javet engine. @param <R> the type parameter @since 0.7.0
src/main/java/com/caoccao/javet/interop/engine/IJavetEngine.java:31
InterfaceIJavetEnginePool
The interface Javet engine pool. @param <R> the type parameter @since 0.7.0
src/main/java/com/caoccao/javet/interop/engine/IJavetEnginePool.java:35
InterfaceIJavetEntityError
The interface Javet entity error. @since 3.0.4
src/main/java/com/caoccao/javet/interfaces/IJavetEntityError.java:29
InterfaceIJavetEntityFunction
The interface Javet entity function. @since 0.9.4
src/main/java/com/caoccao/javet/interfaces/IJavetEntityFunction.java:27
InterfaceIJavetEntityMap
The interface Javet entity map. @since 0.9.4
src/main/java/com/caoccao/javet/interfaces/IJavetEntityMap.java:28
InterfaceIJavetEntityObject
The interface Javet entity object. @param <T> the type parameter @since 3.0.4
src/main/java/com/caoccao/javet/interfaces/IJavetEntityObject.java:27
InterfaceIJavetEntityPropertyDescriptor
The interface Javet entity property descriptor. @param <T> the type parameter @since 3.0.4
src/main/java/com/caoccao/javet/interfaces/IJavetEntityPropertyDescriptor.java:27
InterfaceIJavetEntitySymbol
The interface Javet entity symbol. @since 3.0.4
src/main/java/com/caoccao/javet/interfaces/IJavetEntitySymbol.java:26
InterfaceIJavetGCCallback
The interface Javet GC callback. @since 1.0.3
src/main/java/com/caoccao/javet/interop/callback/IJavetGCCallback.java:29
InterfaceIJavetInterceptor
The interface Javet interceptor. @since 0.7.0
src/main/java/com/caoccao/javet/interfaces/IJavetInterceptor.java:27
InterfaceIJavetLibLoadingListener
The interface Javet lib loading listener. @since 1.0.1
src/main/java/com/caoccao/javet/interop/loader/IJavetLibLoadingListener.java:28
InterfaceIJavetLogger
The interface Javet logger. @since 0.7.0
src/main/java/com/caoccao/javet/interfaces/IJavetLogger.java:25
InterfaceIJavetMappable
The interface Javet mappable. @since 0.9.14
src/main/java/com/caoccao/javet/interfaces/IJavetMappable.java:26
InterfaceIJavetNearHeapLimitCallback
The interface Javet near heap limit callback. <p> This callback is triggered when V8 heap usage approaches its memory limit. The callback should retur
src/main/java/com/caoccao/javet/interop/callback/IJavetNearHeapLimitCallback.java:28
InterfaceIJavetNonProxy
The interface Javet non-proxy indicates the type is ignored by the proxy converter. @since 3.0.4
src/main/java/com/caoccao/javet/interop/proxy/IJavetNonProxy.java:24
InterfaceIJavetPromiseRejectCallback
The interface Javet promise reject callback. @since 0.8.3
src/main/java/com/caoccao/javet/interop/callback/IJavetPromiseRejectCallback.java:28
InterfaceIJavetProxyHandler
The interface Javet proxy handler. <p> Please refer to this <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
src/main/java/com/caoccao/javet/interop/proxy/IJavetProxyHandler.java:37
next →1–100 of 475, ranked by callers