Class Advice.OffsetMapping.Target.ForStackManipulation

java.lang.Object
net.bytebuddy.asm.Advice.OffsetMapping.Target.ForStackManipulation
All Implemented Interfaces:
Advice.OffsetMapping.Target
Enclosing interface:
Advice.OffsetMapping.Target

@Enhance public static class Advice.OffsetMapping.Target.ForStackManipulation extends Object implements Advice.OffsetMapping.Target
A target for an offset mapping that represents a read-only stack manipulation.
  • Field Details

    • stackManipulation

      private final StackManipulation stackManipulation
      The represented stack manipulation.
  • Constructor Details

    • ForStackManipulation

      public ForStackManipulation(StackManipulation stackManipulation)
      Creates a new target for an offset mapping for a stack manipulation.
      Parameters:
      stackManipulation - The represented stack manipulation.
  • Method Details