Package com.googlecode.aviator.asm.commons
package com.googlecode.aviator.asm.commons
-
ClassDescriptionA
MethodVisitor
to insert before, after and around advices in methods and constructors.AMethodVisitor
that keeps track of stack map frame changes betweenvisitFrame
calls.AMethodVisitor
that can be used to approximate method size.AMethodVisitor
with convenient methods to generate code.AMethodVisitor
providing a more detailed API to generate and transform instructions.AMethodVisitor
that renumbers local variables in their order of appearance.A named method descriptor.AClassVisitor
that adds a serial version unique identifier to a class if missing.AClassVisitor
that merges clinit methods into a single one.A code generator for switch statements.