Class CodeSizeEvaluator

  • All Implemented Interfaces:
    Opcodes

    public class CodeSizeEvaluator
    extends MethodVisitor
    implements Opcodes
    A MethodVisitor that approximates the size of the methods it visits.
    Author:
    Eugene Kuleshov