|
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. |
| Uses of CallSite in java.dyn |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantCallSite
A ConstantCallSite is a CallSite whose target is permanent, and can never be changed. |
| Modifier and Type | Method and Description |
|---|---|
static MethodHandle |
MethodHandles.dynamicInvoker(CallSite site)
PROVISIONAL API, WORK IN PROGRESS: Produce a method handle equivalent to an invokedynamic instruction which has been linked to the given call site. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.