All Classes and Interfaces

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.
A marshaller of pre-registered Message types.
A MessageMarshaller.Builder of MessageMarshallers, allows registering Message types to marshall and set options.
Static methods for parsing various protobuf types.
 
Adds a jump target label.
TypeSpecificMarshaller<T extends com.google.protobuf.Message>
Abstract class for protobuf marshallers.