Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b89

Uses of Package
java.dyn

Packages that use java.dyn
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   
 

Classes in java.dyn used by java.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.
 

Classes in java.dyn used by sun.dyn
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

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.