Package org.curioswitch.common.protobuf.json.bytebuddy
@ParametersAreNonnullByDefault
package org.curioswitch.common.protobuf.json.bytebuddy
Bytecode writers for generating code not supported natively by the Byte Buddy library. This is an
internal package and must not be referenced outside this library.
-
ClassesClassDescriptionA
StackManipulationwhich jumps unconditionally to a destination.AStackManipulationwhich jumps to a destination if two items on the execution stack are equal.AStackManipulationwhich jumps to a destination if the boolean value on the stack is false.StackManipulationwhich jumps to a destination if the two ints on the execution stack are not equal.AStackManipulationwhich jumps to a destination if one item on the execution stack is not null.StackManipulationwhich jumps to a destination if the two references on the execution stack are equal.StackManipulationwhich jumps to a destination if the two references on the execution stack are not equal.AStackManipulationwhich jumps to a destination if the boolean value on the stack is true.Adds a jump target label.