Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Excerpt

A bound method handle is a small struct containing one or more saved argument values, plus a target method handle which will eventually receive those arguments.

The file BoundMethodHandle.java contains a framework for generating these small structs, one subclass per basic type.