A B C D E F G H I J K L M N O P R S T U V W 

A

addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
addAll(Iterable<T>, Collection<? super T>) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
addEscapes(String) - Static method in error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AltJavaGenerator - Class in org.apache.activemq.protobuf.compiler
 
AltJavaGenerator() - Constructor for class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
appendToString(StringBuffer, Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
AsciiBuffer - Class in org.apache.activemq.protobuf
 
AsciiBuffer(Buffer) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
AsciiBuffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
AsciiBuffer(byte[]) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
AsciiBuffer(String) - Constructor for class org.apache.activemq.protobuf.AsciiBuffer
 
asInvalidProtocolBufferException() - Method in exception org.apache.activemq.protobuf.UninitializedMessageException
Converts this exception to an InvalidProtocolBufferException.
assertInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
 
assertInitialized() - Method in interface org.apache.activemq.protobuf.Message
 
associate(EnumFieldDescriptor) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
associate(TypeDescriptor) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
associate(EnumFieldDescriptor) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
associate(EnumFieldDescriptor) - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
available() - Method in class org.apache.activemq.protobuf.BufferInputStream
 

B

backup(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Backup a number of characters.
BaseMessage<T> - Class in org.apache.activemq.protobuf
 
BaseMessage() - Constructor for class org.apache.activemq.protobuf.BaseMessage
 
beginColumn - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Start.
BOOL_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
bufcolumn - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
Buffer - Class in org.apache.activemq.protobuf
 
Buffer(Buffer) - Constructor for class org.apache.activemq.protobuf.Buffer
 
Buffer(byte[]) - Constructor for class org.apache.activemq.protobuf.Buffer
 
Buffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.Buffer
 
Buffer(String) - Constructor for class org.apache.activemq.protobuf.Buffer
Deprecated.
buffer - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
BufferInputStream - Class in org.apache.activemq.protobuf
Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.
BufferInputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
 
BufferInputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
 
BufferInputStream(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.BufferInputStream
 
BufferOutputStream - Class in org.apache.activemq.protobuf
Very similar to the java.io.ByteArrayOutputStream but this version is not thread safe and the resulting data is returned in a Buffer to avoid an extra byte[] allocation.
BufferOutputStream(int) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
 
BufferOutputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
 
BufferOutputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.BufferOutputStream
 
bufline - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
bufpos - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Position in buffer.
byteAt(int) - Method in class org.apache.activemq.protobuf.Buffer
 
BYTES_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

C

checkLastTagWas(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Verifies that the last call to readTag() returned the given tag value.
checkNoSpaceLeft() - Method in class org.apache.activemq.protobuf.CodedOutputStream
 
checktInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
 
clear() - Method in class org.apache.activemq.protobuf.BaseMessage
 
clear() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
clear() - Method in interface org.apache.activemq.protobuf.Message
 
clone() - Method in class org.apache.activemq.protobuf.BaseMessage
 
clone() - Method in interface org.apache.activemq.protobuf.Message
 
CodedInputStream - Class in org.apache.activemq.protobuf
Reads and decodes protocol message fields.
CodedInputStream(InputStream) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
 
CodedInputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
 
CodedInputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.CodedInputStream
 
CodedOutputStream - Class in org.apache.activemq.protobuf
Encodes and writes protocol message fields.
CodedOutputStream(OutputStream) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
 
CodedOutputStream(byte[]) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
 
CodedOutputStream(Buffer) - Constructor for class org.apache.activemq.protobuf.CodedOutputStream
 
column - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
COMMA - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
CommandLineSupport - Class in org.apache.activemq.protobuf.compiler
Support utility that can be used to set the properties on any object using command line arguments.
CommandLineSupport() - Constructor for class org.apache.activemq.protobuf.compiler.CommandLineSupport
 
COMMENT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
Lexical state.
compact() - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
compact() - Method in class org.apache.activemq.protobuf.Buffer
 
compact() - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
compareTo(Buffer) - Method in class org.apache.activemq.protobuf.Buffer
 
compareTo(Buffer) - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
compile(File) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
compile(File) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
CompilerException - Exception in org.apache.activemq.protobuf.compiler
 
CompilerException(List<String>) - Constructor for exception org.apache.activemq.protobuf.compiler.CompilerException
 
computeBoolSize(int, boolean) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bool field, including tag.
computeBytesSize(int, Buffer) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a bytes field, including tag.
computeDoubleSize(int, double) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a double field, including tag.
computeEnumSize(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an enum field, including tag.
computeFixed32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed32 field, including tag.
computeFixed64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a fixed64 field, including tag.
computeFloatSize(int, float) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a float field, including tag.
computeGroupSize(int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
computeInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int32 field, including tag.
computeInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an int64 field, including tag.
computeMessageSize(int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
computeMessageSize(int, MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
computeRawVarint32Size(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeRawVarint64Size(long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a varint.
computeSFixed32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed32 field, including tag.
computeSFixed64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sfixed64 field, including tag.
computeSInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint32 field, including tag.
computeSInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode an sint64 field, including tag.
computeStringSize(int, String) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a string field, including tag.
computeTagSize(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a tag.
computeUInt32Size(int, int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint32 field, including tag.
computeUInt64Size(int, long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Compute the number of bytes that would be needed to encode a uint64 field, including tag.
contains(byte) - Method in class org.apache.activemq.protobuf.Buffer
 
copy() - Method in interface org.apache.activemq.protobuf.PBMessage
 
curChar - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
 
currentToken - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
This is the last token that has been consumed successfully.

D

data - Variable in class org.apache.activemq.protobuf.Buffer
 
debugStream - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Debug output.
DECIMAL_LITERAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
decode(Buffer) - Static method in class org.apache.activemq.protobuf.AsciiBuffer
 
decode(Buffer) - Static method in class org.apache.activemq.protobuf.UTF8Buffer
 
decoded - Variable in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
decodeString(Token) - Static method in class org.apache.activemq.protobuf.compiler.ParserSupport
 
decodeZigZag32(int) - Static method in class org.apache.activemq.protobuf.CodedInputStream
Decode a ZigZag-encoded 32-bit value.
decodeZigZag64(long) - Static method in class org.apache.activemq.protobuf.CodedInputStream
Decode a ZigZag-encoded 64-bit value.
DEFAULT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
Lexical state.
DeferredDecodeMessage<T> - Class in org.apache.activemq.protobuf
 
DeferredDecodeMessage() - Constructor for class org.apache.activemq.protobuf.DeferredDecodeMessage
 
disable_tracing() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Disable tracing.
Done() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reset buffer when finished.
DOUBLE_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

E

enable_tracing() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Enable tracing.
encode(String) - Static method in class org.apache.activemq.protobuf.AsciiBuffer
 
encode(String) - Static method in class org.apache.activemq.protobuf.UTF8Buffer
 
encodedForm - Variable in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
encodeZigZag32(int) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Encode a ZigZag-encoded 32-bit value.
encodeZigZag64(long) - Static method in class org.apache.activemq.protobuf.CodedOutputStream
Encode a ZigZag-encoded 64-bit value.
endColumn - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
The line number of the last character of this Token.
ENUM - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
EnumDescriptor - Class in org.apache.activemq.protobuf.compiler
 
EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
EnumDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
EnumFieldDescriptor - Class in org.apache.activemq.protobuf.compiler
 
EnumFieldDescriptor(EnumDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
EnumFieldDescriptor(EnumDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Parses something like: optional string foo = 1;
EOF - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
End of File.
eol - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
equals(Object) - Method in class org.apache.activemq.protobuf.Buffer
 
equals(Buffer) - Method in class org.apache.activemq.protobuf.Buffer
 
EQUALS - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
equals(Object) - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
execute() - Method in class org.apache.activemq.protobuf.compiler.ProtoMojo
 
ExpandBuff(boolean) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
EXTEND - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
ExtendDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
EXTENSIONS - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
ExtensionsDescriptor - Class in org.apache.activemq.protobuf.compiler
 
ExtensionsDescriptor(MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
ExtensionsDescriptor(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
extractProperties(Map, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 

F

FieldDescriptor - Class in org.apache.activemq.protobuf.compiler
 
FieldDescriptor(MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FieldDescriptor(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Parses something like: optional string foo = 1;
FillBuff() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
FIXED32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FIXED64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FLOAT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
FLOAT_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
FORZEN_ERROR_MESSAGE - Static variable in class org.apache.activemq.protobuf.MessageBufferSupport
 
freeze() - Method in interface org.apache.activemq.protobuf.PBMessage
 
frozen() - Method in interface org.apache.activemq.protobuf.PBMessage
 

G

generateParseException() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Generate ParseException.
getAssociatedEnumFieldDescriptors() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getAssociatedType() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getBaseType() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getBeginColumn() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Deprecated.
getData() - Method in class org.apache.activemq.protobuf.Buffer
 
getEndColumn() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Get token end line number.
getEnums() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getEnums() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getErrors() - Method in exception org.apache.activemq.protobuf.compiler.CompilerException
 
getExtends() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getExtends() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getExtensions() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getFields() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getFields() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getFirst() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
getGroup() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
GetImage() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Get token literal value.
getImportProtoDescriptors() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getImports() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getLast() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
getLength() - Method in class org.apache.activemq.protobuf.Buffer
 
getLine() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Deprecated.
getMessage() - Method in error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessages() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getMessages() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getMethods() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
getMissingFields() - Method in exception org.apache.activemq.protobuf.UninitializedMessageException
Get a list of human-readable names of required fields missing from this message.
getName() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getName() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
getName() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
getNextBuffer(int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
getNextBuffer(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
 
getNextToken() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Get the next Token.
getNextToken() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Get the next Token.
getOffset() - Method in class org.apache.activemq.protobuf.Buffer
 
getOption(Map<String, OptionDescriptor>, String, String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getOptions() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getOut() - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
getOut() - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
getPackageName() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getParameter() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
getParent() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getPath() - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
getPath() - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
getProperties(Object, Map, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
getProtoDescriptor() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
getQName() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
getQName() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getQName() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
getReturns() - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
getRule() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getServices() - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
GetSuffix(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
getTag() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getTagFieldNumber(int) - Static method in class org.apache.activemq.protobuf.WireFormat
Given a tag value, determines the field number (the upper 29 bits).
getTagWireType(int) - Static method in class org.apache.activemq.protobuf.WireFormat
Given a tag value, determines the wire type (the lower 3 bits).
getToken(int) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Get the specific Token.
getType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getType(String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
getType(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
getTypeDescriptor() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
getValue() - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
getValue() - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
getValue() - Method in class org.apache.activemq.protobuf.compiler.parser.Token
An optional attribute value of the Token.
GROUP - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.

H

hashCode() - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
hashCode() - Method in class org.apache.activemq.protobuf.Buffer
 
hashCode() - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
HEX_LITERAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.

I

ID() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
ID - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
image - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
The string image of the token.
IMPORT - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
inBuf - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
indexOf(byte, int) - Method in class org.apache.activemq.protobuf.Buffer
 
input_stream - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
 
inputStream - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
INT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INT32_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
INT64_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
Integer() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
INTEGER - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
INTEGER_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
IntrospectionSupport - Class in org.apache.activemq.protobuf.compiler
Support class used to do introspection/reflection based setting and getting of properties on a Java Bean.
InvalidProtocolBufferException - Exception in org.apache.activemq.protobuf
Thrown when a protocol message being parsed is invalid in some way, e.g.
InvalidProtocolBufferException(String) - Constructor for exception org.apache.activemq.protobuf.InvalidProtocolBufferException
 
isDecoded() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
isEmpty() - Method in class org.apache.activemq.protobuf.Buffer
 
isEncoded() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
isEnum() - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
isEnum() - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
isEnum() - Method in interface org.apache.activemq.protobuf.compiler.TypeDescriptor
 
isGroup() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isInitialized() - Method in class org.apache.activemq.protobuf.BaseMessage
 
isInteger32Type() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isInteger64Type() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isIntegerType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isMessageType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isNumberType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isOptional() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isRepeated() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isRequired() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isScalarType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
isStringType() - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

J

JavaGenerator - Class in org.apache.activemq.protobuf.compiler
 
JavaGenerator() - Constructor for class org.apache.activemq.protobuf.compiler.JavaGenerator
 
jj_nt - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Next token.
jjFillToken() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
 
jjnewLexState - Static variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Token literal values.
join(List<Buffer>, Buffer) - Static method in class org.apache.activemq.protobuf.Buffer
 

K

kind - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
An integer that describes the kind of this token.

L

LBRACE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
LBRACKET - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
length - Variable in class org.apache.activemq.protobuf.Buffer
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Lexer state names.
line - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
LITTLE_ENDIAN_32_SIZE - Static variable in class org.apache.activemq.protobuf.CodedOutputStream
 
LITTLE_ENDIAN_64_SIZE - Static variable in class org.apache.activemq.protobuf.CodedOutputStream
 
load() - Method in class org.apache.activemq.protobuf.BaseMessage
 
load() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
loadAndClear() - Method in class org.apache.activemq.protobuf.BaseMessage
 
loadAndClear() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
LPAREN - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.

M

main(String[]) - Static method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
main(String[]) - Static method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
makeTag(int, int) - Static method in class org.apache.activemq.protobuf.WireFormat
Makes a tag value given a field number and wire type.
mark(int) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
markSupported() - Method in class org.apache.activemq.protobuf.BufferInputStream
 
MAX - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
maxNextCharInd - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
memoizedSerializedSize - Variable in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(CodedInputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(Buffer) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(byte[]) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(InputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFramed(CodedInputStream) - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
mergeFramed(byte[]) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFramed(Buffer) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFramed(InputStream) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFramed(CodedInputStream) - Method in interface org.apache.activemq.protobuf.Message
 
mergeFrom(T) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeFrom(T) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(Buffer) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeUnframed(byte[]) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeUnframed(InputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
mergeUnframed(Buffer) - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
mergeUnframed(byte[]) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(Buffer) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(InputStream) - Method in interface org.apache.activemq.protobuf.Message
 
mergeUnframed(CodedInputStream) - Method in interface org.apache.activemq.protobuf.Message
 
MESSAGE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
Message<T> - Interface in org.apache.activemq.protobuf
 
MESSAGE_SET_ITEM - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_ITEM_END_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_ITEM_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_MESSAGE - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_MESSAGE_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_TYPE_ID - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MESSAGE_SET_TYPE_ID_TAG - Static variable in class org.apache.activemq.protobuf.WireFormat
 
MessageBuffer<B,MB extends MessageBuffer> - Interface in org.apache.activemq.protobuf
 
MessageBufferSupport - Class in org.apache.activemq.protobuf
 
MessageBufferSupport() - Constructor for class org.apache.activemq.protobuf.MessageBufferSupport
 
MessageDescriptor - Class in org.apache.activemq.protobuf.compiler
 
MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
MessageDescriptor(ProtoDescriptor, MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
MethodDescriptor - Class in org.apache.activemq.protobuf.compiler
 
MethodDescriptor(ProtoDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
MethodDescriptor(ProtoDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
missingFields() - Method in class org.apache.activemq.protobuf.BaseMessage
 

N

newInput() - Method in class org.apache.activemq.protobuf.Buffer
 
newOutput() - Method in class org.apache.activemq.protobuf.Buffer
 
newToken(int, String) - Static method in class org.apache.activemq.protobuf.compiler.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.activemq.protobuf.compiler.parser.Token
 
next - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
A reference to the next regular (non-special) token from the input stream.
NUMBER_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 

O

OCTAL_LITERAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
offset - Variable in class org.apache.activemq.protobuf.Buffer
 
OPTION - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
OPTIONAL - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
OPTIONAL_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
OptionDescriptor - Class in org.apache.activemq.protobuf.compiler
 
OptionDescriptor() - Constructor for class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
OptionDescriptor() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
org.apache.activemq.protobuf - package org.apache.activemq.protobuf
 
org.apache.activemq.protobuf.compiler - package org.apache.activemq.protobuf.compiler
 
org.apache.activemq.protobuf.compiler.parser - package org.apache.activemq.protobuf.compiler.parser
 

P

PACKAGE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
PackageID() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
ParseException - Exception in org.apache.activemq.protobuf.compiler.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.activemq.protobuf.compiler.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.activemq.protobuf.compiler.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.activemq.protobuf.compiler.parser.ParseException
Constructor with message.
ParserSupport - Class in org.apache.activemq.protobuf.compiler
 
ParserSupport() - Constructor for class org.apache.activemq.protobuf.compiler.ParserSupport
 
PBMessage<Bean,Buffer extends MessageBuffer> - Interface in org.apache.activemq.protobuf
 
PERIOD - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
popLimit(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
 
prefix(List<String>, String) - Method in class org.apache.activemq.protobuf.BaseMessage
 
prevCharIsCR - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
project - Variable in class org.apache.activemq.protobuf.compiler.ProtoMojo
The maven project.
ProtoDescriptor() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
ProtoDescriptor - Class in org.apache.activemq.protobuf.compiler
 
ProtoDescriptor() - Constructor for class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
ProtoMojo - Class in org.apache.activemq.protobuf.compiler
A Maven Mojo so that the Proto compiler can be used with maven.
ProtoMojo() - Constructor for class org.apache.activemq.protobuf.compiler.ProtoMojo
 
ProtoParser - Class in org.apache.activemq.protobuf.compiler.parser
This class is generated with JavaCC.
ProtoParser(InputStream) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Constructor with InputStream.
ProtoParser(InputStream, String) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Constructor with InputStream and supplied encoding
ProtoParser(Reader) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Constructor.
ProtoParser(ProtoParserTokenManager) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Constructor with generated Token Manager.
ProtoParserConstants - Interface in org.apache.activemq.protobuf.compiler.parser
Token literal values and constants.
ProtoParserTokenManager - Class in org.apache.activemq.protobuf.compiler.parser
Token Manager.
ProtoParserTokenManager(SimpleCharStream) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Constructor.
ProtoParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Constructor.
pushLimit(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
 

R

RBRACE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
RBRACKET - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
read() - Method in class org.apache.activemq.protobuf.BufferInputStream
 
read(byte[]) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
read(byte[], int, int) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
readBool() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a bool field value from the stream.
readBuffer(int) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
readBytes() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a bytes field value from the stream.
readChar() - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Read a character.
readDouble() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a double field value from the stream.
readEnum() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an enum field value from the stream.
readFixed32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a fixed32 field value from the stream.
readFixed64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a fixed64 field value from the stream.
readFloat() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a float field value from the stream.
readFrame(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
readGroup(CodedInputStream, int, T) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
readInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an int32 field value from the stream.
readInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an int64 field value from the stream.
readRawByte(InputStream) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
readRawByte() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read one byte from the input.
readRawByte(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
readRawBytes(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a fixed size of bytes from the input.
readRawLittleEndian32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a 32-bit little-endian integer from the stream.
readRawLittleEndian64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a 64-bit little-endian integer from the stream.
readRawVarint32(InputStream) - Static method in class org.apache.activemq.protobuf.BaseMessage
Read a raw Varint from the stream.
readRawVarint32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a raw Varint from the stream.
readRawVarint32(InputStream) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
Read a raw Varint from the stream.
readRawVarint64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a raw Varint from the stream.
readSFixed32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sfixed32 field value from the stream.
readSFixed64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sfixed64 field value from the stream.
readSInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sint32 field value from the stream.
readSInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read an sint64 field value from the stream.
readString() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a string field value from the stream.
readTag() - Method in class org.apache.activemq.protobuf.CodedInputStream
Attempt to read a field tag, returning zero if we have reached EOF.
readUInt32() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a uint32 field value from the stream.
readUInt64() - Method in class org.apache.activemq.protobuf.CodedInputStream
Read a uint64 field value from the stream.
ReInit(InputStream) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Reinitialise.
ReInit(ProtoParserTokenManager) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Reinitialise.
REPEATED - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
REPEATED_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
REQUIRED_RULE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
REQURIED - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
reset() - Method in class org.apache.activemq.protobuf.BufferInputStream
 
reset() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
RETURNS - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
RPAREN - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
RPC - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
Rule() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 

S

SCALAR_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SEMICOLON - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
serializedSizeFramed() - Method in class org.apache.activemq.protobuf.BaseMessage
 
serializedSizeFramed() - Method in interface org.apache.activemq.protobuf.Message
 
serializedSizeFramed() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
serializedSizeUnframed() - Method in interface org.apache.activemq.protobuf.Message
 
serializedSizeUnframed() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
SERVICE - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
ServiceDescriptor(ProtoDescriptor) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
ServiceDescriptor - Class in org.apache.activemq.protobuf.compiler
 
ServiceDescriptor(ProtoDescriptor) - Constructor for class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
setDebugStream(PrintStream) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Set debug output.
setEnums(Map<String, EnumDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setEnums(Map<String, EnumDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setExtends(List<MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setExtends(List<MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setExtensions(ExtensionsDescriptor) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setFields(Map<String, EnumFieldDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
setFields(Map<String, FieldDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setFirst(int) - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
setGroup(MessageDescriptor) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setImportProtoDescriptors(Map<String, ProtoDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setImports(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setLast(int) - Method in class org.apache.activemq.protobuf.compiler.ExtensionsDescriptor
 
setMessages(Map<String, MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setMessages(Map<String, MessageDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setMethods(List<MethodDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setName(String) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
setOptions(Object, String[]) - Static method in class org.apache.activemq.protobuf.compiler.CommandLineSupport
Sets the properties of an object given the command line args.
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
setOptions(Map<String, OptionDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setOut(File) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
setOut(File) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
setPackageName(String) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setParameter(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
setPath(File[]) - Method in class org.apache.activemq.protobuf.compiler.AltJavaGenerator
 
setPath(File[]) - Method in class org.apache.activemq.protobuf.compiler.JavaGenerator
 
setProperties(Object, Map<String, ?>, String) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
setProperties(Object, Map) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
setProperty(Object, String, Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
setReturns(String) - Method in class org.apache.activemq.protobuf.compiler.MethodDescriptor
 
setRule(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setServices(Map<String, ServiceDescriptor>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
 
setTabSize(int) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
setTag(int) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setType(String) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setTypeDescriptor(TypeDescriptor) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
setValue(int) - Method in class org.apache.activemq.protobuf.compiler.EnumFieldDescriptor
 
setValue(String) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
SFIXED32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SFIXED64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SIGNED_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SimpleCharStream - Class in org.apache.activemq.protobuf.compiler.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Constructor.
simpleName(Class) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
SINT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
SINT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
size() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
skip(long) - Method in class org.apache.activemq.protobuf.BufferInputStream
 
skipField(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Reads and discards a single field, given its tag value.
skipMessage() - Method in class org.apache.activemq.protobuf.CodedInputStream
Reads and discards an entire message.
skipRawBytes(int) - Method in class org.apache.activemq.protobuf.CodedInputStream
Reads and discards size bytes.
slice(int, int) - Method in class org.apache.activemq.protobuf.Buffer
 
specialToken - Variable in class org.apache.activemq.protobuf.compiler.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
Whether parser is static.
STRING - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
STRING_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
StringLitteral() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 
SwitchTo(int) - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
TAG_TYPE_BITS - Static variable in class org.apache.activemq.protobuf.WireFormat
 
TAG_TYPE_MASK - Static variable in class org.apache.activemq.protobuf.WireFormat
 
TextFormat - Class in org.apache.activemq.protobuf.compiler
Provide ascii text parsing and formatting support for proto2 instances.
TextFormat() - Constructor for class org.apache.activemq.protobuf.compiler.TextFormat
 
TextFormat.ParseException - Exception in org.apache.activemq.protobuf.compiler
Thrown when parsing an invalid text format message.
TextFormat.ParseException(String) - Constructor for exception org.apache.activemq.protobuf.compiler.TextFormat.ParseException
 
TO - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
RegularExpression Id.
toBuffer() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
toByteArray() - Method in class org.apache.activemq.protobuf.Buffer
 
toByteArray() - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
toFramedBuffer() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toFramedBuffer() - Method in interface org.apache.activemq.protobuf.Message
 
toFramedBuffer() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
toFramedBuffer(MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
toFramedByteArray() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toFramedByteArray() - Method in interface org.apache.activemq.protobuf.Message
 
toFramedByteArray() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
token - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Current token.
Token - Class in org.apache.activemq.protobuf.compiler.parser
Describes the input token stream.
Token() - Constructor for class org.apache.activemq.protobuf.compiler.parser.Token
No-argument constructor
Token(int) - Constructor for class org.apache.activemq.protobuf.compiler.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.activemq.protobuf.compiler.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
Generated Token Manager.
tokenImage - Variable in exception org.apache.activemq.protobuf.compiler.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.activemq.protobuf.compiler.parser.ProtoParserConstants
Literal token values.
TokenMgrError - Error in org.apache.activemq.protobuf.compiler.parser
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.activemq.protobuf.compiler.parser.TokenMgrError
Full Constructor.
toString() - Method in class org.apache.activemq.protobuf.AsciiBuffer
 
toString(Object) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
toString(Object, Class) - Static method in class org.apache.activemq.protobuf.compiler.IntrospectionSupport
 
toString() - Method in class org.apache.activemq.protobuf.compiler.parser.Token
Returns the image.
toString() - Method in class org.apache.activemq.protobuf.UTF8Buffer
 
toStringUtf8() - Method in class org.apache.activemq.protobuf.Buffer
Deprecated.
toUnframedBuffer() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toUnframedBuffer() - Method in class org.apache.activemq.protobuf.DeferredDecodeMessage
 
toUnframedBuffer() - Method in interface org.apache.activemq.protobuf.Message
 
toUnframedBuffer() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
toUnframedBuffer(MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
toUnframedByteArray() - Method in class org.apache.activemq.protobuf.BaseMessage
 
toUnframedByteArray() - Method in interface org.apache.activemq.protobuf.Message
 
toUnframedByteArray() - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
TypeDescriptor - Interface in org.apache.activemq.protobuf.compiler
 

U

UINT32_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
UINT64_TYPE - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
UninitializedMessageException - Exception in org.apache.activemq.protobuf
Thrown when attempting to build a protocol message that is missing required fields.
UninitializedMessageException(List<String>) - Constructor for exception org.apache.activemq.protobuf.UninitializedMessageException
 
UNSIGNED_TYPES - Static variable in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
UpdateLineColumn(char) - Method in class org.apache.activemq.protobuf.compiler.parser.SimpleCharStream
 
UTF8Buffer - Class in org.apache.activemq.protobuf
 
UTF8Buffer(Buffer) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 
UTF8Buffer(byte[], int, int) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 
UTF8Buffer(byte[]) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 
UTF8Buffer(String) - Constructor for class org.apache.activemq.protobuf.UTF8Buffer
 

V

validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.EnumDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.FieldDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.MessageDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.OptionDescriptor
 
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ProtoDescriptor
Checks for validation errors in the proto definition and fills them into the errors list.
validate(List<String>) - Method in class org.apache.activemq.protobuf.compiler.ServiceDescriptor
 
Value() - Method in class org.apache.activemq.protobuf.compiler.parser.ProtoParser
 

W

WireFormat - Class in org.apache.activemq.protobuf
This class is used internally by the Protocol Buffer library and generated message implementations.
WIRETYPE_END_GROUP - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_FIXED32 - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_FIXED64 - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_LENGTH_DELIMITED - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_START_GROUP - Static variable in class org.apache.activemq.protobuf.WireFormat
 
WIRETYPE_VARINT - Static variable in class org.apache.activemq.protobuf.WireFormat
 
write(int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
write(byte[], int, int) - Method in class org.apache.activemq.protobuf.BufferOutputStream
 
writeBool(int, boolean) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a bool field, including tag, to the stream.
writeBytes(int, Buffer) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a bytes field, including tag, to the stream.
writeDouble(int, double) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a double field, including tag, to the stream.
writeEnum(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an enum field, including tag, to the stream.
writeFixed32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a fixed32 field, including tag, to the stream.
writeFixed64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a fixed64 field, including tag, to the stream.
writeFloat(int, float) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a float field, including tag, to the stream.
writeFramed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeFramed(OutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeFramed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeFramed(OutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeFramed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
writeFramed(OutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
writeGroup(CodedOutputStream, int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
writeInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an int32 field, including tag, to the stream.
writeInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an int64 field, including tag, to the stream.
writeMessage(CodedOutputStream, int, BaseMessage) - Static method in class org.apache.activemq.protobuf.BaseMessage
 
writeMessage(CodedOutputStream, int, MessageBuffer) - Static method in class org.apache.activemq.protobuf.MessageBufferSupport
 
writeRawByte(byte) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a single byte.
writeRawByte(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a single byte, represented by an integer value.
writeRawBytes(byte[]) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an array of bytes.
writeRawBytes(byte[], int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write part of an array of bytes.
writeRawBytes(Buffer) - Method in class org.apache.activemq.protobuf.CodedOutputStream
 
writeRawLittleEndian32(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a little-endian 32-bit integer.
writeRawLittleEndian64(long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a little-endian 64-bit integer.
writeRawVarint32(int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Encode and write a varint.
writeRawVarint64(long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Encode and write a varint.
writeSFixed32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sfixed32 field, including tag, to the stream.
writeSFixed64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sfixed64 field, including tag, to the stream.
writeSInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sint32 field, including tag, to the stream.
writeSInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write an sint64 field, including tag, to the stream.
writeString(int, String) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a string field, including tag, to the stream.
writeTag(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Encode and write a tag.
writeUInt32(int, int) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a uint32 field, including tag, to the stream.
writeUInt64(int, long) - Method in class org.apache.activemq.protobuf.CodedOutputStream
Write a uint64 field, including tag, to the stream.
writeUnframed(CodedOutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeUnframed(OutputStream) - Method in class org.apache.activemq.protobuf.BaseMessage
 
writeUnframed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeUnframed(OutputStream) - Method in interface org.apache.activemq.protobuf.Message
 
writeUnframed(CodedOutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
writeUnframed(OutputStream) - Method in interface org.apache.activemq.protobuf.MessageBuffer
 
A B C D E F G H I J K L M N O P R S T U V W 

Copyright © 2012. All Rights Reserved.