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 classAdvice.OffsetMapping.Target.ForVariable.ReadOnlyA target for a read-only mapping of a local variable.static classAdvice.OffsetMapping.Target.ForVariable.ReadWriteA target for a writable mapping of a local variable.
-