Toggle navigation
Home
net.bytebuddy.implementation.bytecode.StackManipulation to net.bytebuddy.implementation.bytecode.ByteCodeAppender
No. of Instances - 17
No. of Commits - 2
No. of Projects - {'byte-buddy'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
stackManipulation
to
byteCodeAppender
Cascading Type Change (Different)
StackManipulation.Size
to
ByteCodeAppender.Size
StackManipulation.Size
to
ByteCodeAppender.Size
StackManipulation.Size
to
ByteCodeAppender.Size
Simple
to
TypeInitializer.Simple
StackManipulation.Compound
to
ByteCodeAppender.Compound
StackManipulation.Size
to
ByteCodeAppender.Size
StackManipulation.Size
to
ByteCodeAppender.Size
Simple
to
TypeInitializer.Simple
StackManipulation.Compound
to
ByteCodeAppender.Compound
Compound
to
ByteCodeAppender.Simple
Add or Remove Method invocation
stackManipulation
to
byteCodeAppender.apply(methodVisitor,implementationContext,methodDescription)
stackManipulation.apply(methodVisitor,implementationContext)
to
byteCodeAppender
when(first.apply(methodVisitor,implementationContext))
to
when(first.apply(methodVisitor,implementationContext,methodDescription))
when(injectedCodeAppender.apply(any(MethodVisitor.class),any(Implementation.Context.class)))
to
when(injectedCodeAppender.apply(any(MethodVisitor.class),any(Implementation.Context.class),any(MethodDescription.class)))
when(terminationAppender.apply(any(MethodVisitor.class),any(Implementation.Context.class)))
to
when(terminationAppender.apply(any(MethodVisitor.class),any(Implementation.Context.class),any(MethodDescription.class)))
when(second.apply(methodVisitor,implementationContext))
to
when(second.apply(methodVisitor,implementationContext,methodDescription))
stackManipulation.equals((TypeInitializer.Simple)other)
to
byteCodeAppender.equals(((TypeInitializer.Simple)other).byteCodeAppender)
Cascading Type Change (Similar)
StackManipulation
to
ByteCodeAppender
Update argument list (Method invocation)
apply
to
apply
Other
((Simple)other).stackManipulation
to
(TypeInitializer.Simple)other