Metafactory

Class

The meta-factory handles building call-sites at runtime. Currently, Java's LambdaMetafactory is used for building lambda call-sites.

Methods in this are used by name for dynamic invocation.

Extends

Object

Modifiers

public

Constructors


new Metafactory ()

Constructor
No description is available for this element.
Return Type

Metafactory

Modifiers

public


Methods


createBridge (Lookup, String, MethodType, String, Class, Class...)

Method

Accesses the bridge compiler to write a bridge stub for a function lookup call.

This may be switched to a dual execution model in future versions to make use of lazy compiling.

IndexTypeName
1Lookupcaller
2Stringname
3MethodTypetype
4Stringsource
5Classowner
6Class[]parameters
Return Type

CallSite

Modifiers

public static varargs