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.
  • Classes
    Class
    Description
    A StackManipulation which jumps unconditionally to a destination.
    A StackManipulation which jumps to a destination if two items on the execution stack are equal.
    A StackManipulation which jumps to a destination if the boolean value on the stack is false.
    StackManipulation which jumps to a destination if the two ints on the execution stack are not equal.
    A StackManipulation which jumps to a destination if one item on the execution stack is not null.
    StackManipulation which jumps to a destination if the two references on the execution stack are equal.
    StackManipulation which jumps to a destination if the two references on the execution stack are not equal.
    A StackManipulation which jumps to a destination if the boolean value on the stack is true.
    Adds a jump target label.