Class PrimitiveBoxingRewriter

java.lang.Object
org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.PrimitiveBoxingRewriter
All Implemented Interfaces:
ExpressionRewriter

public class PrimitiveBoxingRewriter extends 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.