Package | Description |
---|---|
es.uniovi.reflection.invokedynamic |
Provides a set of classes to allow dynamically linkage invocations using the invokedynamic bytecode
|
Class and Description |
---|
ConstructorClass
Generates and stores the classes that perform a dynamic invocation, providing the signature of a constructor.
|
MemberBIClass
Generates and stores the classes that perform a dynamic invocation, providing a specific interface.
|
MemberBSClass
Generates and stores the classes that perform a dynamic invocation, providing the method signature.
|
MemberClass
Generates and stores the classes that perform a dynamic invocation, providing the information of a specific method.
|
PropertyClass
Generates and stores the classes that perform a dynamic invocation, providing the information of a specific field.
|