Skip to content

Latest commit

 

History

History
 
 

testAsmTransformApi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Transforming classes with ASM

This sample shows how to transform classes with ASM class visitors. The example transformer prints a bytecode trace generated by TraceClassVisitor to the standard output for all classes in the package com.example.

To Run

./gradlew transformDebugClassesWithAsm