![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.dyn | PROVISIONAL API, WORK IN PROGRESS: This package contains dynamic language support provided directly by the Java core class libraries and virtual machine. |
Class and Description |
---|
CallSite
A CallSite is a holder for a variable MethodHandle ,
which is called its target . |
MethodHandle
A method handle is a typed, directly executable reference to a method, constructor, field, or similar low-level operation, with optional transformations of arguments or return values. |
MethodHandleProvider
An interface for an object to provide a target method handle to a invokedynamic instruction. |
MethodHandles.Lookup
A lookup object is a factory for creating method handles, when the creation requires access checking. |
MethodType
A method type represents the arguments and return type accepted and returned by a method handle, or the arguments and return type passed and expected by a method handle caller. |
NoAccessException
Thrown to indicate that a caller has attempted to create a method handle which accesses a field, method, or class to which the caller does not have access. |
WrongMethodTypeException
Thrown to indicate that code has attempted to call a method handle via the wrong method type. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.