|
Java™ Platform Standard Ed. 7 DRAFT ea-b89 |
|||||||||
| 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. |
| sun.dyn |
| Class and Description |
|---|
| CallSite
An invokedynamic call site, as reified by the
containing class's bootstrap method. |
| MethodHandle
A method handle is a typed reference to the entry point of a method. |
| MethodHandles.Lookup
A factory object for creating method handles, when the creation requires access checking. |
| MethodType
Run-time token used to match call sites with method handles. |
| NoAccessException
Thrown to indicate that a caller has attempted to create a method handle which calls a method to which the caller does not have access. |
| Class and Description |
|---|
| MethodHandle
A method handle is a typed reference to the entry point of a method. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b89 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.