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 MethodHandleProvider in java.dyn |
---|
Modifier and Type | Class and Description |
---|---|
class |
CallSite
A CallSite is a holder for a variable MethodHandle ,
which is called its target . |
class |
ConstantCallSite
A ConstantCallSite is a CallSite whose target is permanent, and can never be changed. |
class |
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. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.