package org.jfuncmachine.compiler.model.expr.boxing
Expressions to box and unbox an expression, and an autoboxing utility
-
-
Classes
A utility to add boxing or unboxing as necessary.
Boxes an expression - converts an expression returning a native type to the Object equivalent
of that type (e.g.
Unboxes an expression - converts a box type to a native type (e.g.