Class PrimitiveBoxingRewriter

  • All Implemented Interfaces:
    ExpressionRewriter

    public class PrimitiveBoxingRewriter
    extends java.lang.Object
    implements ExpressionRewriter
    This seems daft - why do I need to have all this boilerplate? Why not just replace with a cast, and a function pointer.