Uses of Class
net.bytebuddy.asm.Advice.OffsetMapping.Target.ForVariable
-
Packages that use Advice.OffsetMapping.Target.ForVariable Package Description net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API. -
-
Uses of Advice.OffsetMapping.Target.ForVariable in net.bytebuddy.asm
Subclasses of Advice.OffsetMapping.Target.ForVariable in net.bytebuddy.asm Modifier and Type Class Description static class
Advice.OffsetMapping.Target.ForVariable.ReadOnly
A target for a read-only mapping of a local variable.static class
Advice.OffsetMapping.Target.ForVariable.ReadWrite
A target for a writable mapping of a local variable.
-