Package org.bzdev.lang


package org.bzdev.lang
Classes that augment the java.lang package. These classes includ an iterface for various types of calls, a dynamic-method facility, loading of native methods, some special-purpose security managers, and a few miscellaneous classes.

Please see the package description for more details.

  • Class
    Description
    Interface for executing code that does not return a value.
    Interface for executing code with arguments that does not return a value.
    Interface for executing code with arguments that returns a value.
    Interface for executing code that returns a value.
    Class for determining information about a class given its name.
    Deprecated.
    This class has been deprecated due to a change in OpenJDK.
    Configuration parameters for dynamic methods.
    Interface for executing code that does not return a value but may throw a checked exception.
    Interface for executing code that does not return a value but may throw a checked exception.
    Interface for executing code that returns a value and that may raise a checked exception.
    Interface for executing code that returns a value.
    Mathematical operations related to java primitive types and some trivial extensions to the package Math.
    Thrown when a dynamic method invocation failed to find a method implementing the dynamic method.
    Resource-based library loader.
    Sometimes an exception may have to be caught but logically can never occur (e.g., an IO exception in cases where an IO stream has not been provided).