Class MemberSubstitution.Substitution.Chain.Step.ForField

java.lang.Object
net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Step.ForField
All Implemented Interfaces:
MemberSubstitution.Substitution.Chain.Step
Direct Known Subclasses:
MemberSubstitution.Substitution.Chain.Step.ForField.Read, MemberSubstitution.Substitution.Chain.Step.ForField.Write
Enclosing interface:
MemberSubstitution.Substitution.Chain.Step

@Enhance public abstract static class MemberSubstitution.Substitution.Chain.Step.ForField extends Object implements MemberSubstitution.Substitution.Chain.Step
Creates a step for a field access.
  • Field Details

    • fieldDescription

      protected final FieldDescription fieldDescription
      The field description accessed in this step.
    • assigner

      protected final Assigner assigner
      The assigner to use.
    • typing

      protected final Assigner.Typing typing
      The typing to use when assigning.
  • Constructor Details

    • ForField

      protected ForField(FieldDescription fieldDescription, Assigner assigner, Assigner.Typing typing)
      Creates a new step for a field access.
      Parameters:
      fieldDescription - The field description accessed in this step.
      assigner - The assigner to use.
      typing - The typing to use when assigning.
  • Method Details