Uses of Class
net.bytebuddy.implementation.bytecode.StackManipulation.Size
-
Packages that use StackManipulation.Size Package Description net.bytebuddy.agent.builder An agent builder is used to easily implement load-time class-transformations using a Java agent.net.bytebuddy.asm The ASM package contains classes that are meant for direct interaction with the ASM API.net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicTypeby enhancing a given type.net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls.net.bytebuddy.implementation.auxiliary Auxiliary types describe helper types that aid as a supplementary to a givenInstrumentedType.net.bytebuddy.implementation.bind The types and classes of this package are responsible for binding a method call to calling another method.net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method.net.bytebuddy.implementation.bytecode Types and classes in this package are responsible for creating Java byte code for a given byte code target which is represented by aMethodDescription.net.bytebuddy.implementation.bytecode.assign AnAssigneris responsible for transforming a givenTypeDescriptioninto another one.net.bytebuddy.implementation.bytecode.assign.primitive Assignerimplementations of this package are capable of handling primitive types or thevoidtype.net.bytebuddy.implementation.bytecode.collection This package is dedicated to creatingStackManipulations that create collections or arrays from a given number of values.net.bytebuddy.implementation.bytecode.constant StackManipulations in this package are responsible for creating compile-time constants and pushing them onto the operand stack.net.bytebuddy.implementation.bytecode.member StackManipulations of this package are responsible for accessing type or method members, i.e. -
-
Uses of StackManipulation.Size in net.bytebuddy.agent.builder
Methods in net.bytebuddy.agent.builder that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeAgentBuilder.LambdaInstrumentationStrategy.LambdaInstanceFactory.LambdaMethodImplementation.Appender.Dispatcher.UsingMethodHandle. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeAdvice.AssignReturned.DefaultValueSkip. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.protected abstract StackManipulation.SizeAdvice.AssignReturned.DefaultValueSkip.Dispatcher. apply(org.objectweb.asm.MethodVisitor methodVisitor, int offset, org.objectweb.asm.Label label)Applies this jump.StackManipulation.SizeAdvice.AssignReturned.ExceptionHandler. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.dynamic.scaffold.inline
Methods in net.bytebuddy.dynamic.scaffold.inline that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeRebaseImplementationTarget.RebasedMethodInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeEqualsMethod.ConditionalReturn. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeEqualsMethod.NullValueGuard.UsingJump.AfterInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeEqualsMethod.NullValueGuard.UsingJump.BeforeInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeHashCodeMethod.NullValueGuard.UsingJump.AfterInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeHashCodeMethod.NullValueGuard.UsingJump.BeforeInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeImplementation.Context.Default.FieldCacheEntry. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeImplementation.SpecialMethodInvocation.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeImplementation.SpecialMethodInvocation.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.auxiliary
Methods in net.bytebuddy.implementation.auxiliary that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeMethodCallProxy.AssignableSignatureCall. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeProxy.AbstractMethodErrorThrow. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeProxy.ForDefaultMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeProxy.ForSuperMethodByConstructor. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeProxy.ForSuperMethodByReflectionFactory. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeProxy.MethodCall.Appender.AccessorMethodInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bind
Methods in net.bytebuddy.implementation.bind that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeMethodDelegationBinder.MethodBinding.Builder.Build. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodDelegationBinder.MethodBinding.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodDelegationBinder.ParameterBinding.Anonymous. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodDelegationBinder.ParameterBinding.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodDelegationBinder.ParameterBinding.Unique. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeDefaultMethod.Binder.DelegationMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeFieldProxy.Binder.AccessorProxy. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMorph.Binder.RedirectionProxy. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizePipe.Binder.RedirectionProxy. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeSuperMethod.Binder.DelegationMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bytecode
Fields in net.bytebuddy.implementation.bytecode declared as StackManipulation.Size Modifier and Type Field Description protected StackManipulation.SizeDuplication. sizeThe size representing the impact of applying the duplication onto the operand stack.private StackManipulation.SizeRemoval. sizeThe size impact of the removal onto the operand stack.static StackManipulation.SizeStackManipulation.Size. ZEROA size of zero.Methods in net.bytebuddy.implementation.bytecode that return StackManipulation.Size Modifier and Type Method Description private StackManipulation.SizeStackManipulation.Size. aggregate(int sizeChange, int interimMaximalSize)Aggregates a size change with this stack manipulation size.StackManipulation.SizeStackManipulation.Size. aggregate(StackManipulation.Size other)Concatenates this size representation with another size representation in order to represent the size change that is represented by both alterations of the operand stack size.StackManipulation.SizeAddition. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeDivision. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeDuplication. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeDuplication.WithFlip. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMultiplication. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeNegation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeRemainder. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeRemoval. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeShiftLeft. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeShiftRight. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeShiftRight.Unsigned. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeStackManipulation.Compound. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeStackManipulation.Illegal. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeStackManipulation.Simple. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeStackManipulation.Simple.Dispatcher. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)A valid implementation ofStackManipulation.apply(MethodVisitor, Implementation.Context).StackManipulation.SizeStackManipulation.Trivial. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeSubtraction. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeThrow. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeCreation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeStackSize. toDecreasingSize()Creates an instance of aStackManipulation.Sizethat describes a stack decrease of this size.StackManipulation.SizeStackSize. toIncreasingSize()Creates an instance of aStackManipulation.Sizethat describes a stack growth of this size.Methods in net.bytebuddy.implementation.bytecode with parameters of type StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeStackManipulation.Size. aggregate(StackManipulation.Size other)Concatenates this size representation with another size representation in order to represent the size change that is represented by both alterations of the operand stack size. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bytecode.assign
Methods in net.bytebuddy.implementation.bytecode.assign that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeInstanceCheck. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTypeCasting. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bytecode.assign.primitive
Fields in net.bytebuddy.implementation.bytecode.assign.primitive declared as StackManipulation.Size Modifier and Type Field Description private StackManipulation.SizePrimitiveBoxingDelegate. sizeThe size decrease after a primitive type was wrapped.private StackManipulation.SizePrimitiveNarrowingDelegate.NarrowingStackManipulation. sizeThe size change of applying the conversion.private StackManipulation.SizePrimitiveUnboxingDelegate. sizeThe size increase after a wrapper type was unwrapped.private StackManipulation.SizePrimitiveWideningDelegate.WideningStackManipulation. sizeThe size change of applying the conversion.Methods in net.bytebuddy.implementation.bytecode.assign.primitive that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizePrimitiveBoxingDelegate.BoxingStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizePrimitiveNarrowingDelegate.NarrowingStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context context)Applies the stack manipulation that is described by this instance.StackManipulation.SizePrimitiveUnboxingDelegate. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizePrimitiveWideningDelegate.WideningStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.Constructors in net.bytebuddy.implementation.bytecode.assign.primitive with parameters of type StackManipulation.Size Constructor Description NarrowingStackManipulation(int[] conversionOpcodes, StackManipulation.Size size)Creates a new narrowing stack manipulation.WideningStackManipulation(int conversionOpcode, StackManipulation.Size size)Creates a new widening stack manipulation. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bytecode.collection
Fields in net.bytebuddy.implementation.bytecode.collection declared as StackManipulation.Size Modifier and Type Field Description static StackManipulation.SizeArrayFactory.ArrayCreator. ARRAY_CREATION_SIZE_CHANGEThe creation of an array consumes one slot on the operand stack and adds a new value to it.private StackManipulation.SizeArrayFactory. sizeDecreaseThe decrease of stack size after each value storage operation.Methods in net.bytebuddy.implementation.bytecode.collection that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeArrayAccess.Loader. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeArrayAccess.Putter. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeArrayFactory.ArrayCreator.ForPrimitiveType. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeArrayFactory.ArrayCreator.ForReferenceType. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeArrayFactory.ArrayStackManipulation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeArrayLength. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bytecode.constant
Fields in net.bytebuddy.implementation.bytecode.constant declared as StackManipulation.Size Modifier and Type Field Description private static StackManipulation.SizeClassConstant. SIZEThe size of aClasson the operand stack.private static StackManipulation.SizeDoubleConstant. SIZEThe size impact of loading adoubleconstant onto the operand stack.private static StackManipulation.SizeFloatConstant. SIZEThe size impact of loading afloatconstant onto the operand stack.private static StackManipulation.SizeIntegerConstant. SIZEThe size impact of loading anintvalue onto the operand stack.private static StackManipulation.SizeLongConstant. SIZEThe size impact of loading adoubleconstant onto the operand stack.Methods in net.bytebuddy.implementation.bytecode.constant that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeClassConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeClassConstant.ForReferenceType. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeDefaultValue. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeDoubleConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeDoubleConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeFieldConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeFieldConstant.Cached. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeFloatConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeFloatConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeIntegerConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeIntegerConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeIntegerConstant.SingleBytePush. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeIntegerConstant.TwoBytePush. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeJavaConstantValue. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeLongConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeLongConstant.ConstantPool. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodConstant.CachedConstructor. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodConstant.CachedMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodConstant.CanCacheIllegal. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodConstant.PrivilegedLookup. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeNullConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeSerializedConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeTextConstant. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance. -
Uses of StackManipulation.Size in net.bytebuddy.implementation.bytecode.member
Methods in net.bytebuddy.implementation.bytecode.member that return StackManipulation.Size Modifier and Type Method Description StackManipulation.SizeFieldAccess.AccessDispatcher.AbstractFieldInstruction. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeHandleInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeInvokedynamic. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodInvocation.HandleInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodInvocation.IllegalInvocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodInvocation.Invocation. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodInvocation.OfGenericMethod. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodReturn. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodVariableAccess.MethodLoading. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodVariableAccess.OffsetIncrementing. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodVariableAccess.OffsetLoading. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.StackManipulation.SizeMethodVariableAccess.OffsetWriting. apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)Applies the stack manipulation that is described by this instance.protected abstract StackManipulation.SizeFieldAccess.AccessDispatcher.AbstractFieldInstruction. resolveSize(StackSize fieldSize)Resolves the actual size of this field access operation.protected StackManipulation.SizeFieldAccess.AccessDispatcher.FieldGetInstruction. resolveSize(StackSize fieldSize)protected StackManipulation.SizeFieldAccess.AccessDispatcher.FieldPutInstruction. resolveSize(StackSize fieldSize)
-