@HashCodeAndEqualsPlugin.Enhance protected static class PrimitiveWideningDelegate.WideningStackManipulation extends java.lang.Object implements StackManipulation
StackManipulation.Compound, StackManipulation.Illegal, StackManipulation.Size, StackManipulation.Trivial| Modifier and Type | Field and Description |
|---|---|
private int |
conversionOpcode
The opcode for executing the conversion.
|
private StackManipulation.Size |
size
The size change of applying the conversion.
|
| Modifier | Constructor and Description |
|---|---|
protected |
WideningStackManipulation(int conversionOpcode,
StackManipulation.Size size)
Creates a new widening stack manipulation.
|
| Modifier and Type | Method and Description |
|---|---|
StackManipulation.Size |
apply(org.objectweb.asm.MethodVisitor methodVisitor,
Implementation.Context implementationContext)
Applies the stack manipulation that is described by this instance.
|
boolean |
isValid()
Determines if this stack manipulation is valid.
|
private final int conversionOpcode
private final StackManipulation.Size size
protected WideningStackManipulation(int conversionOpcode,
StackManipulation.Size size)
conversionOpcode - The opcode for executing the conversion.size - The size change of applying the conversion.public boolean isValid()
isValid in interface StackManipulationfalse, this manipulation cannot be applied and should throw an exception.public StackManipulation.Size apply(org.objectweb.asm.MethodVisitor methodVisitor, Implementation.Context implementationContext)
apply in interface StackManipulationmethodVisitor - The method visitor used to write the method implementation to.implementationContext - The context of the current implementation.