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

A

AbstractLexer - Class in io.protostuff.parser
Base lexer.
AbstractLexer() - Constructor for class io.protostuff.parser.AbstractLexer
Default constructor for the lexer, when you do not yet know what the character stream to be provided is.
AbstractLexer(CharStream) - Constructor for class io.protostuff.parser.AbstractLexer
Create a new instance of the lexer using the given character stream as the input to lex into tokens.
AbstractLexer(CharStream, RecognizerSharedState) - Constructor for class io.protostuff.parser.AbstractLexer
Internal constructor for ANTLR - do not use.
AbstractParser - Class in io.protostuff.parser
Base parser
AbstractParser(TokenStream) - Constructor for class io.protostuff.parser.AbstractParser
 
AbstractParser(TokenStream, RecognizerSharedState) - Constructor for class io.protostuff.parser.AbstractParser
Create a new parser instance, pre-supplying the input token stream and the shared state.
adaptor - Variable in class io.protostuff.parser.ProtoParser
 
add(Annotation) - Method in class io.protostuff.parser.AnnotationContainer
 
add(Annotation) - Method in interface io.protostuff.parser.HasAnnotations
Adds the annoation.
add(Annotation) - Method in class io.protostuff.parser.Proto
 
addAnnotations(Map<String, Annotation>, boolean) - Method in class io.protostuff.parser.AnnotationContainer
 
addAnnotations(Map<String, Annotation>, boolean) - Method in interface io.protostuff.parser.HasAnnotations
Adds all the annotations to this container.
addDoc(String) - Method in class io.protostuff.parser.AnnotationContainer
 
addExtension(Extension) - Method in class io.protostuff.parser.Proto
 
addField(Field<?>) - Method in class io.protostuff.parser.Extension
 
addField(Field<?>) - Method in interface io.protostuff.parser.HasFields
 
addField(Field<?>) - Method in class io.protostuff.parser.Message
 
addNestedExtension(Extension) - Method in class io.protostuff.parser.Message
 
ALL - Static variable in class io.protostuff.parser.DefaultProtoLoader
 
Annotation - Class in io.protostuff.parser
Annotation for messages, enums, services, rpc, fields
Annotation(String) - Constructor for class io.protostuff.parser.Annotation
 
annotation_entry(Proto) - Method in class io.protostuff.parser.ProtoParser
 
annotation_keyval(Proto, Annotation) - Method in class io.protostuff.parser.ProtoParser
 
AnnotationContainer - Class in io.protostuff.parser
Base class for components that contain annotations.
AnnotationContainer() - Constructor for class io.protostuff.parser.AnnotationContainer
 
ASSIGN - Static variable in class io.protostuff.parser.ProtoLexer
 
ASSIGN - Static variable in class io.protostuff.parser.ProtoParser
 
AT - Static variable in class io.protostuff.parser.ProtoLexer
 
AT - Static variable in class io.protostuff.parser.ProtoParser
 

B

BOOL - Static variable in class io.protostuff.parser.ProtoLexer
 
BOOL - Static variable in class io.protostuff.parser.ProtoParser
 
BYTES - Static variable in class io.protostuff.parser.ProtoLexer
 
BYTES - Static variable in class io.protostuff.parser.ProtoParser
 

C

clear() - Method in class io.protostuff.parser.ErrorMap
 
COMMA - Static variable in class io.protostuff.parser.ProtoLexer
 
COMMA - Static variable in class io.protostuff.parser.ProtoParser
 
COMMENT - Static variable in class io.protostuff.parser.ProtoLexer
 
COMMENT - Static variable in class io.protostuff.parser.ProtoParser
 
compareTo(EnumGroup.Value) - Method in class io.protostuff.parser.EnumGroup.Value
 
compareTo(Field<?>) - Method in class io.protostuff.parser.Field
 
ConfiguredReference - Class in io.protostuff.parser
The reference configured via options and annotations.
ConfiguredReference(LinkedHashMap<String, Object>, LinkedHashMap<String, Object>, String) - Constructor for class io.protostuff.parser.ConfiguredReference
 
containsKey(Object) - Method in class io.protostuff.parser.ErrorMap
 
containsValue(Object) - Method in class io.protostuff.parser.ErrorMap
 

D

DEFAULT - Static variable in class io.protostuff.parser.ProtoLexer
 
DEFAULT - Static variable in class io.protostuff.parser.ProtoParser
 
DEFAULT_INSTANCE - Static variable in class io.protostuff.parser.DefaultProtoLoader
 
DEFAULT_PROTO_SEARCH_STRATEGY - Static variable in class io.protostuff.parser.DefaultProtoLoader
The default proto search strategy to use.
DefaultProtoLoader - Class in io.protostuff.parser
Default proto loader for imported protos.
DefaultProtoLoader() - Constructor for class io.protostuff.parser.DefaultProtoLoader
 
DefaultProtoLoader(int) - Constructor for class io.protostuff.parser.DefaultProtoLoader
 
defineExtensionRange(int, int) - Method in class io.protostuff.parser.Message
 
dfa22 - Variable in class io.protostuff.parser.ProtoLexer
 
dfa3 - Variable in class io.protostuff.parser.ProtoLexer
 
displayRecognitionError(String[], RecognitionException) - Method in class io.protostuff.parser.AbstractParser
Creates the error/warning message that we need to show users/IDEs when ANTLR has found a parsing error, has recovered from it and is now telling us that a parsing exception occurred.
DOC - Static variable in class io.protostuff.parser.ProtoLexer
 
DOC - Static variable in class io.protostuff.parser.ProtoParser
 
doc_entry(Proto) - Method in class io.protostuff.parser.ProtoParser
 
DOUBLE - Static variable in class io.protostuff.parser.ProtoLexer
 
DOUBLE - Static variable in class io.protostuff.parser.ProtoParser
 

E

entrySet() - Method in class io.protostuff.parser.ErrorMap
 
ENUM - Static variable in class io.protostuff.parser.ProtoLexer
 
ENUM - Static variable in class io.protostuff.parser.ProtoParser
 
ENUM_ALLOW_ALIAS - Static variable in class io.protostuff.parser.EnumGroup
Disabled by default (the earlier protoc 2.x versions enabled this by default, but was changed later on).
enum_block(Proto, Message) - Method in class io.protostuff.parser.ProtoParser
 
enum_body(Proto, Message, EnumGroup) - Method in class io.protostuff.parser.ProtoParser
 
enum_field(Proto, Message, EnumGroup) - Method in class io.protostuff.parser.ProtoParser
 
enum_options(Proto, EnumGroup, EnumGroup.Value) - Method in class io.protostuff.parser.ProtoParser
 
EnumField - Class in io.protostuff.parser
Represents an enum field defined in a Message.
EnumField() - Constructor for class io.protostuff.parser.EnumField
 
EnumField(EnumGroup) - Constructor for class io.protostuff.parser.EnumField
 
EnumField(EnumGroup.Value) - Constructor for class io.protostuff.parser.EnumField
 
EnumGroup - Class in io.protostuff.parser
Represents an enum declared in either the Proto or nested in a Message.
EnumGroup(String, Message, Proto) - Constructor for class io.protostuff.parser.EnumGroup
 
EnumGroup.Value - Class in io.protostuff.parser
 
EnumGroup.Value(String, int, EnumGroup) - Constructor for class io.protostuff.parser.EnumGroup.Value
 
EOF - Static variable in class io.protostuff.parser.ProtoLexer
 
EOF - Static variable in class io.protostuff.parser.ProtoParser
 
err(String, Proto) - Static method in class io.protostuff.parser.AnnotationContainer
 
ErrorMap - Class in io.protostuff.parser
A sort of runtime error mechanism for st code generation to fail fast.
ESC_SEQ - Static variable in class io.protostuff.parser.ProtoLexer
 
ESC_SEQ - Static variable in class io.protostuff.parser.ProtoParser
 
EXP - Static variable in class io.protostuff.parser.ProtoLexer
 
EXP - Static variable in class io.protostuff.parser.ProtoParser
 
extend(Extension) - Method in class io.protostuff.parser.Message
 
EXTEND - Static variable in class io.protostuff.parser.ProtoLexer
 
EXTEND - Static variable in class io.protostuff.parser.ProtoParser
 
extend_block(Proto, Message) - Method in class io.protostuff.parser.ProtoParser
 
extend_body(Proto, Extension) - Method in class io.protostuff.parser.ProtoParser
 
Extension - Class in io.protostuff.parser
Represents an extend block declared in either the Proto or nested in a Message.
Extension(Proto, Message, String, String) - Constructor for class io.protostuff.parser.Extension
 
EXTENSIONS - Static variable in class io.protostuff.parser.ProtoLexer
 
EXTENSIONS - Static variable in class io.protostuff.parser.ProtoParser
 
extensions_range(Proto, Message) - Method in class io.protostuff.parser.ProtoParser
 

F

FALSE - Static variable in class io.protostuff.parser.ProtoLexer
 
FALSE - Static variable in class io.protostuff.parser.ProtoParser
 
field - Variable in class io.protostuff.parser.EnumGroup.Value
 
Field<T> - Class in io.protostuff.parser
Base class for fields defined in a Message.
Field() - Constructor for class io.protostuff.parser.Field
 
Field(boolean) - Constructor for class io.protostuff.parser.Field
 
Field.Bool - Class in io.protostuff.parser
 
Field.Bool() - Constructor for class io.protostuff.parser.Field.Bool
 
Field.Bytes - Class in io.protostuff.parser
 
Field.Bytes() - Constructor for class io.protostuff.parser.Field.Bytes
 
Field.Double - Class in io.protostuff.parser
 
Field.Double() - Constructor for class io.protostuff.parser.Field.Double
 
Field.Fixed32 - Class in io.protostuff.parser
 
Field.Fixed32() - Constructor for class io.protostuff.parser.Field.Fixed32
 
Field.Fixed64 - Class in io.protostuff.parser
 
Field.Fixed64() - Constructor for class io.protostuff.parser.Field.Fixed64
 
Field.Float - Class in io.protostuff.parser
 
Field.Float() - Constructor for class io.protostuff.parser.Field.Float
 
Field.Int32 - Class in io.protostuff.parser
 
Field.Int32() - Constructor for class io.protostuff.parser.Field.Int32
 
Field.Int64 - Class in io.protostuff.parser
 
Field.Int64() - Constructor for class io.protostuff.parser.Field.Int64
 
Field.Modifier - Enum in io.protostuff.parser
 
Field.Reference - Class in io.protostuff.parser
 
Field.Reference(String, String, HasFields) - Constructor for class io.protostuff.parser.Field.Reference
 
Field.SFixed32 - Class in io.protostuff.parser
 
Field.SFixed32() - Constructor for class io.protostuff.parser.Field.SFixed32
 
Field.SFixed64 - Class in io.protostuff.parser
 
Field.SFixed64() - Constructor for class io.protostuff.parser.Field.SFixed64
 
Field.SInt32 - Class in io.protostuff.parser
 
Field.SInt32() - Constructor for class io.protostuff.parser.Field.SInt32
 
Field.SInt64 - Class in io.protostuff.parser
 
Field.SInt64() - Constructor for class io.protostuff.parser.Field.SInt64
 
Field.String - Class in io.protostuff.parser
 
Field.String() - Constructor for class io.protostuff.parser.Field.String
 
Field.UInt32 - Class in io.protostuff.parser
 
Field.UInt32() - Constructor for class io.protostuff.parser.Field.UInt32
 
Field.UInt64 - Class in io.protostuff.parser
 
Field.UInt64() - Constructor for class io.protostuff.parser.Field.UInt64
 
field_options(Proto, HasFields, Field) - Method in class io.protostuff.parser.ProtoParser
 
field_options_keyval(Proto, HasFields, Field, boolean) - Method in class io.protostuff.parser.ProtoParser
 
field_type(Proto, HasFields, FieldHolder) - Method in class io.protostuff.parser.ProtoParser
 
FieldHolder - Class in io.protostuff.parser
Holds a reference to a Field.
FieldHolder() - Constructor for class io.protostuff.parser.FieldHolder
 
FIXED32 - Static variable in class io.protostuff.parser.ProtoLexer
 
FIXED32 - Static variable in class io.protostuff.parser.ProtoParser
 
FIXED64 - Static variable in class io.protostuff.parser.ProtoLexer
 
FIXED64 - Static variable in class io.protostuff.parser.ProtoParser
 
FLOAT - Static variable in class io.protostuff.parser.ProtoLexer
 
FLOAT - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_entry_in_enum_body2188 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_entry_in_extend_body2666 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_entry_in_message_body1350 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_entry_in_service_body2392 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_entry_in_statement288 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_keyval_in_annotation_entry599 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_annotation_keyval_in_annotation_entry605 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ASSIGN_in_annotation_keyval648 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ASSIGN_in_enum_field2239 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ASSIGN_in_field_options_keyval1892 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ASSIGN_in_header_syntax890 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ASSIGN_in_message_field1547 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ASSIGN_in_option_entry1005 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_AT_in_annotation_entry573 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_BOOL_in_field_type1754 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_BYTES_in_field_type1778 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_COMMA_in_annotation_entry603 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_COMMA_in_enum_options2289 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_COMMA_in_field_options1856 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_doc_entry_in_enum_body2199 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_doc_entry_in_extend_body2677 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_doc_entry_in_message_body1361 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_doc_entry_in_service_body2403 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_doc_entry_in_statement299 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_DOC_in_doc_entry865 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_DOUBLE_in_field_type1742 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_enum_block_in_message_body1306 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_enum_block_in_statement255 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_enum_body_in_enum_block2139 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_enum_field_in_enum_body2177 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ENUM_in_enum_block2121 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_enum_options_in_enum_field2246 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_EOF_in_parse183 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_EXP_in_field_options_keyval2037 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_extend_block_in_message_body1328 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_extend_block_in_statement266 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_extend_body_in_extend_block2617 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_EXTEND_in_extend_block2580 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_EXTENSIONS_in_extensions_range1403 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_extensions_range_in_message_body1339 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FALSE_in_annotation_keyval812 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FALSE_in_field_options_keyval1999 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FALSE_in_option_entry1171 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_field_options_in_message_field1563 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_field_options_keyval_in_enum_options2276 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_field_options_keyval_in_enum_options2291 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_field_options_keyval_in_field_options1843 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_field_options_keyval_in_field_options1858 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_field_type_in_message_field1533 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FIXED32_in_field_type1646 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FIXED64_in_field_type1706 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FLOAT_in_field_type1730 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_annotation_keyval712 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_extend_block2592 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_field_options_keyval2025 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_field_type1802 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_header_package926 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_option_entry1071 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_rpc_block2456 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_rpc_block2491 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_FULL_ID_in_var_full543 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_GROUP_in_field_type1790 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_header_import_in_statement233 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_header_package_in_statement222 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_header_syntax_in_statement211 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_HEX_in_field_options_keyval1959 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_annotation_keyval690 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_enum_block2123 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_enum_field2237 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_extend_block2598 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_field_options_keyval2013 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_field_type1814 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_message_block1240 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_option_entry1049 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_rpc_block2449 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_service_block2328 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_signed_constant2089 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ID_in_var520 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ignore_block_body_in_ignore_block2703 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ignore_block_in_ignore_block_body2734 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_ignore_block_in_message_field1584 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_IMPORT_in_header_import965 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_INT32_in_field_type1610 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_INT64_in_field_type1670 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_enum_block2136 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_extend_block2614 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_ignore_block2701 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_message_block1253 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_rpc_body_block2542 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_service_block2332 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTCURLY_in_synpred1_ProtoParser2730 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTPAREN_in_annotation_entry588 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTPAREN_in_option_entry995 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTPAREN_in_rpc_block2451 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTPAREN_in_rpc_block2486 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTSQUARE_in_enum_options2274 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_LEFTSQUARE_in_field_options1841 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_MAX_in_extensions_range1433 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_message_block_in_message_body1284 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_message_block_in_statement244 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_message_body_in_message_block1256 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_message_field_in_extend_body2655 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_message_field_in_message_body1295 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_MESSAGE_in_message_block1238 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_MINUS_in_signed_constant2087 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMDOUBLE_in_annotation_keyval772 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMDOUBLE_in_field_options_keyval1947 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMDOUBLE_in_option_entry1131 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMFLOAT_in_annotation_keyval732 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMFLOAT_in_field_options_keyval1922 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMFLOAT_in_option_entry1091 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_annotation_keyval752 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_enum_field2241 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_extensions_range1407 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_extensions_range1427 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_field_options_keyval1935 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_message_field1549 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_NUMINT_in_option_entry1111 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_OCTAL_in_field_options_keyval1971 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_option_entry_in_enum_body2210 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_option_entry_in_message_body1372 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_option_entry_in_rpc_body_block2544 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_option_entry_in_service_body2414 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_option_entry_in_statement310 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_OPTION_in_option_entry993 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_OPTIONAL_in_message_field1484 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_PKG_in_header_package923 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_REPEATED_in_message_field1518 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_REQUIRED_in_message_field1501 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RETURNS_in_rpc_block2484 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTCURLY_in_enum_block2144 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTCURLY_in_extend_block2622 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTCURLY_in_ignore_block2706 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTCURLY_in_message_block1261 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTCURLY_in_rpc_body_block2548 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTCURLY_in_service_block2348 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTPAREN_in_annotation_entry619 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTPAREN_in_option_entry1002 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTPAREN_in_rpc_block2473 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTPAREN_in_rpc_block2508 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTSQUARE_in_enum_options2296 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RIGHTSQUARE_in_field_options1863 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_rpc_block_in_service_body2381 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_rpc_body_block_in_rpc_block2512 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_RPC_in_rpc_block2445 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_enum_block2149 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_enum_field2251 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_extend_block2627 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_extensions_range1450 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_header_import969 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_header_package937 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_header_syntax894 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_message_field1579 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_option_entry1205 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_rpc_block2516 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SEMICOLON_in_service_block2351 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_service_block_in_message_body1317 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_service_block_in_statement277 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_service_body_in_service_block2343 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SERVICE_in_service_block2326 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_set_in_ignore_block_body2744 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_set_in_rpc_block2464 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_set_in_rpc_block2499 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SFIXED32_in_field_type1658 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SFIXED64_in_field_type1718 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_signed_constant_in_field_options_keyval2049 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SINT32_in_field_type1634 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SINT64_in_field_type1694 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_statement_in_parse178 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_STRING_in_field_type1766 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_STRING_LITERAL_in_annotation_keyval832 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_STRING_LITERAL_in_field_options_keyval1910 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_STRING_LITERAL_in_header_import967 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_STRING_LITERAL_in_header_syntax892 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_STRING_LITERAL_in_option_entry1191 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_SYNTAX_in_header_syntax888 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_TO_in_extensions_range1421 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_TRUE_in_annotation_keyval792 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_TRUE_in_field_options_keyval1983 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_TRUE_in_option_entry1151 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_UINT32_in_field_type1622 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_UINT64_in_field_type1682 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_full_in_annotation_keyval646 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_full_in_field_options_keyval1890 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_full_in_option_entry1000 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_in_annotation_entry575 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_in_header_package932 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_in_message_field1545 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_in_var_full547 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_reserved_in_annotation_keyval670 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_reserved_in_field_options_keyval1897 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_reserved_in_option_entry1027 - Static variable in class io.protostuff.parser.ProtoParser
 
FOLLOW_var_reserved_in_var524 - Static variable in class io.protostuff.parser.ProtoParser
 
FULL_ID - Static variable in class io.protostuff.parser.ProtoLexer
 
FULL_ID - Static variable in class io.protostuff.parser.ProtoParser
 

G

get(Object) - Method in class io.protostuff.parser.ErrorMap
 
getA() - Method in class io.protostuff.parser.AnnotationContainer
getAnnotation(String) - Method in class io.protostuff.parser.AnnotationContainer
 
getAnnotation(String) - Method in interface io.protostuff.parser.HasAnnotations
Gets the annotation by key/name.
getAnnotationMap() - Method in class io.protostuff.parser.AnnotationContainer
 
getAnnotationMap() - Method in interface io.protostuff.parser.HasAnnotations
Gets the annotation map.
getAnnotations() - Method in class io.protostuff.parser.AnnotationContainer
 
getAnnotations() - Method in interface io.protostuff.parser.HasAnnotations
Gets the annotations.
getArgType() - Method in class io.protostuff.parser.Service.RpcMethod
 
getBytesFieldCount() - Method in class io.protostuff.parser.Message
 
getDefaultInstance() - Static method in class io.protostuff.parser.DefaultProtoLoader
 
getDefaultValue() - Method in class io.protostuff.parser.Field
 
getDefaultValueAsString() - Method in class io.protostuff.parser.EnumField
 
getDefaultValueAsString() - Method in class io.protostuff.parser.Field.Bytes
 
getDefaultValueAsString() - Method in class io.protostuff.parser.Field
 
getDefaultValueAsString() - Method in class io.protostuff.parser.Field.String
 
getDefaultValueAsString() - Method in class io.protostuff.parser.MessageField
 
getDefaultValueConstant() - Method in class io.protostuff.parser.Field
 
getDelegates() - Method in class io.protostuff.parser.ProtoLexer
 
getDelegates() - Method in class io.protostuff.parser.ProtoParser
 
getDescendant(String) - Method in class io.protostuff.parser.Message
 
getDescription() - Method in class io.protostuff.parser.ProtoLexer.DFA22
 
getDescription() - Method in class io.protostuff.parser.ProtoLexer.DFA3
 
getDocs() - Method in class io.protostuff.parser.AnnotationContainer
 
getEg() - Method in class io.protostuff.parser.EnumGroup.Value
getEnclosingNamespace() - Method in class io.protostuff.parser.Extension
 
getEnclosingNamespace() - Method in interface io.protostuff.parser.HasFields
 
getEnclosingNamespace() - Method in class io.protostuff.parser.Message
 
getEnumFieldCount() - Method in class io.protostuff.parser.Message
 
getEnumGroup() - Method in class io.protostuff.parser.EnumField
 
getEnumGroup() - Method in class io.protostuff.parser.EnumGroup.Value
 
getEnumGroup(String) - Method in class io.protostuff.parser.Proto
 
getEnumGroupMap() - Method in class io.protostuff.parser.Proto
 
getEnumGroups() - Method in class io.protostuff.parser.Proto
 
getError() - Method in class io.protostuff.parser.Proto
 
getEv() - Method in class io.protostuff.parser.EnumField
 
getExtendedMessage() - Method in class io.protostuff.parser.Extension
 
getExtendedMessageFullName() - Method in class io.protostuff.parser.Extension
 
getExtensions() - Method in class io.protostuff.parser.Proto
 
getExtraOption(String) - Method in class io.protostuff.parser.EnumGroup
 
getExtraOption(String) - Method in class io.protostuff.parser.Extension
 
getExtraOption(String) - Method in class io.protostuff.parser.Message
 
getExtraOption(String) - Method in class io.protostuff.parser.Proto
 
getExtraOption(String) - Method in class io.protostuff.parser.Service
 
getExtraOption(String) - Method in class io.protostuff.parser.Service.RpcMethod
 
getExtraOptions() - Method in class io.protostuff.parser.EnumGroup
 
getExtraOptions() - Method in class io.protostuff.parser.EnumGroup.Value
 
getExtraOptions() - Method in class io.protostuff.parser.Extension
 
getExtraOptions() - Method in class io.protostuff.parser.Field
 
getExtraOptions() - Method in class io.protostuff.parser.Message
 
getExtraOptions() - Method in class io.protostuff.parser.Proto
 
getExtraOptions() - Method in class io.protostuff.parser.Service
 
getExtraOptions() - Method in class io.protostuff.parser.Service.RpcMethod
 
getField(String) - Method in class io.protostuff.parser.Extension
 
getField() - Method in class io.protostuff.parser.FieldHolder
 
getField(String) - Method in interface io.protostuff.parser.HasFields
 
getField(String) - Method in class io.protostuff.parser.Message
 
getField(String, Class<T>) - Method in class io.protostuff.parser.Message
 
getFieldCount() - Method in class io.protostuff.parser.Message
 
getFieldMap() - Method in class io.protostuff.parser.Message
 
getFields() - Method in class io.protostuff.parser.Extension
 
getFields() - Method in interface io.protostuff.parser.HasFields
 
getFields() - Method in class io.protostuff.parser.Message
 
getFile() - Method in class io.protostuff.parser.Proto
 
getFirstValue() - Method in class io.protostuff.parser.EnumGroup
 
getFullName() - Method in class io.protostuff.parser.EnumGroup
 
getFullName() - Method in class io.protostuff.parser.Message
 
getFullName() - Method in class io.protostuff.parser.Service
 
getGrammarFileName() - Method in class io.protostuff.parser.ProtoLexer
 
getGrammarFileName() - Method in class io.protostuff.parser.ProtoParser
 
getImportedProto(File) - Method in class io.protostuff.parser.Proto
 
getImportedProto(URL) - Method in class io.protostuff.parser.Proto
 
getImportedProto(String) - Method in class io.protostuff.parser.Proto
 
getImportedProtos() - Method in class io.protostuff.parser.Proto
 
getIndex() - Method in class io.protostuff.parser.Service.RpcMethod
 
getJavaArgType() - Method in class io.protostuff.parser.Service.RpcMethod
 
getJavaFullName() - Method in class io.protostuff.parser.EnumGroup
 
getJavaFullName() - Method in class io.protostuff.parser.Message
 
getJavaFullName() - Method in class io.protostuff.parser.Service
 
getJavaPackageName() - Method in class io.protostuff.parser.Proto
 
getJavaReturnType() - Method in class io.protostuff.parser.Service.RpcMethod
 
getJavaType() - Method in class io.protostuff.parser.EnumField
 
getJavaType() - Method in class io.protostuff.parser.Field.Bool
 
getJavaType() - Method in class io.protostuff.parser.Field.Bytes
 
getJavaType() - Method in class io.protostuff.parser.Field.Double
 
getJavaType() - Method in class io.protostuff.parser.Field.Fixed32
 
getJavaType() - Method in class io.protostuff.parser.Field.Fixed64
 
getJavaType() - Method in class io.protostuff.parser.Field.Float
 
getJavaType() - Method in class io.protostuff.parser.Field
 
getJavaType() - Method in class io.protostuff.parser.Field.Int32
 
getJavaType() - Method in class io.protostuff.parser.Field.Int64
 
getJavaType() - Method in class io.protostuff.parser.Field.Reference
 
getJavaType() - Method in class io.protostuff.parser.Field.SFixed32
 
getJavaType() - Method in class io.protostuff.parser.Field.SFixed64
 
getJavaType() - Method in class io.protostuff.parser.Field.SInt32
 
getJavaType() - Method in class io.protostuff.parser.Field.SInt64
 
getJavaType() - Method in class io.protostuff.parser.Field.String
 
getJavaType() - Method in class io.protostuff.parser.Field.UInt32
 
getJavaType() - Method in class io.protostuff.parser.Field.UInt64
 
getJavaType() - Method in class io.protostuff.parser.MessageField
 
getLast() - Method in class io.protostuff.parser.Mutable
 
getMessage() - Method in class io.protostuff.parser.MessageField
 
getMessage(String) - Method in class io.protostuff.parser.Proto
 
getMessageFieldCount() - Method in class io.protostuff.parser.Message
 
getMessageMap() - Method in class io.protostuff.parser.Proto
 
getMessages() - Method in class io.protostuff.parser.Proto
 
getModifier() - Method in class io.protostuff.parser.Field
 
getMutableJavaPackageName() - Method in class io.protostuff.parser.Proto
 
getMutablePackageName() - Method in class io.protostuff.parser.Proto
 
getName() - Method in class io.protostuff.parser.Annotation
 
getName() - Method in class io.protostuff.parser.EnumGroup
 
getName() - Method in class io.protostuff.parser.EnumGroup.Value
 
getName() - Method in class io.protostuff.parser.Field
 
getName() - Method in enum io.protostuff.parser.Field.Modifier
 
getName() - Method in interface io.protostuff.parser.HasName
 
getName() - Method in class io.protostuff.parser.Message
 
getName() - Method in class io.protostuff.parser.Service
 
getName() - Method in class io.protostuff.parser.Service.RpcMethod
 
getNestedEnumGroup(String) - Method in class io.protostuff.parser.Message
 
getNestedEnumGroupMap() - Method in class io.protostuff.parser.Message
 
getNestedEnumGroups() - Method in class io.protostuff.parser.Message
 
getNestedExtensions() - Method in class io.protostuff.parser.Message
 
getNestedMessage(String) - Method in class io.protostuff.parser.Message
 
getNestedMessageMap() - Method in class io.protostuff.parser.Message
 
getNestedMessages() - Method in class io.protostuff.parser.Message
 
getNestedService(String) - Method in class io.protostuff.parser.Message
 
getNestedServiceMap() - Method in class io.protostuff.parser.Message
 
getNestedServices() - Method in class io.protostuff.parser.Message
 
getNumber() - Method in class io.protostuff.parser.EnumGroup.Value
 
getNumber() - Method in class io.protostuff.parser.Field
 
getO() - Method in class io.protostuff.parser.EnumGroup
 
getO() - Method in class io.protostuff.parser.EnumGroup.Value
 
getO() - Method in class io.protostuff.parser.Extension
 
getO() - Method in class io.protostuff.parser.Field
 
getO() - Method in class io.protostuff.parser.Message
 
getO() - Method in class io.protostuff.parser.Proto
 
getO() - Method in class io.protostuff.parser.Service
 
getO() - Method in class io.protostuff.parser.Service.RpcMethod
 
getOption(String) - Method in class io.protostuff.parser.Field
Returns the option defined by the key.
getOptionalBytesFieldCount() - Method in class io.protostuff.parser.Message
 
getOptionalEnumFieldCount() - Method in class io.protostuff.parser.Message
 
getOptionalFieldCount() - Method in class io.protostuff.parser.Message
 
getOptionalMessageFieldCount() - Method in class io.protostuff.parser.Message
 
getOptionalStringFieldCount() - Method in class io.protostuff.parser.Message
 
getOptions() - Method in class io.protostuff.parser.EnumGroup
 
getOptions() - Method in class io.protostuff.parser.EnumGroup.Value
Returns the options configured.
getOptions() - Method in class io.protostuff.parser.Extension
 
getOptions() - Method in class io.protostuff.parser.Field
Returns this options
getOptions() - Method in interface io.protostuff.parser.HasOptions
 
getOptions() - Method in class io.protostuff.parser.Message
 
getOptions() - Method in class io.protostuff.parser.Proto
 
getOptions() - Method in class io.protostuff.parser.Service
 
getOptions() - Method in class io.protostuff.parser.Service.RpcMethod
 
getOriginalJavaPackageName() - Method in class io.protostuff.parser.Proto
Returns the java package name that was configured in the proto.
getOriginalPackageName() - Method in class io.protostuff.parser.Proto
Returns the package name that was configured in the proto.
getOwner() - Method in class io.protostuff.parser.Field
 
getOwner() - Method in class io.protostuff.parser.Service.RpcMethod
 
getP() - Method in class io.protostuff.parser.Annotation
Shorthand for Annotation.getParams().
getPackageName() - Method in class io.protostuff.parser.Field.Reference
 
getPackageName() - Method in class io.protostuff.parser.Proto
 
getParams() - Method in class io.protostuff.parser.Annotation
 
getParentMessage() - Method in class io.protostuff.parser.EnumGroup
 
getParentMessage() - Method in class io.protostuff.parser.Extension
 
getParentMessage() - Method in class io.protostuff.parser.Message
 
getParentMessage() - Method in class io.protostuff.parser.Service
 
getProto() - Method in class io.protostuff.parser.EnumField
 
getProto() - Method in class io.protostuff.parser.EnumGroup
 
getProto() - Method in class io.protostuff.parser.EnumGroup.Value
 
getProto() - Method in class io.protostuff.parser.Extension
 
getProto() - Method in class io.protostuff.parser.Field
 
getProto() - Method in interface io.protostuff.parser.HasProto
 
getProto() - Method in class io.protostuff.parser.Message
 
getProto() - Method in class io.protostuff.parser.Proto
 
getProto() - Method in class io.protostuff.parser.Service
 
getProto() - Method in class io.protostuff.parser.Service.RpcMethod
 
getProtoType() - Method in class io.protostuff.parser.EnumField
 
getProtoType() - Method in class io.protostuff.parser.Field
Returns field type for proto files.
getProtoType() - Method in class io.protostuff.parser.Field.Reference
 
getProtoType() - Method in class io.protostuff.parser.MessageField
 
getRefName() - Method in class io.protostuff.parser.Field.Reference
 
getRegularType() - Method in class io.protostuff.parser.EnumField
 
getRegularType() - Method in class io.protostuff.parser.MessageField
 
getRelativeName() - Method in class io.protostuff.parser.EnumGroup
 
getRelativeName() - Method in class io.protostuff.parser.Message
 
getRelativeName() - Method in class io.protostuff.parser.Service
 
getRelativePath() - Method in class io.protostuff.parser.EnumField
 
getRelativePath() - Method in class io.protostuff.parser.MessageField
 
getRepeatedBytesFieldCount() - Method in class io.protostuff.parser.Message
 
getRepeatedEnumFieldCount() - Method in class io.protostuff.parser.Message
 
getRepeatedFieldCount() - Method in class io.protostuff.parser.Message
 
getRepeatedMessageFieldCount() - Method in class io.protostuff.parser.Message
 
getRepeatedStringFieldCount() - Method in class io.protostuff.parser.Message
 
getRequiredBytesFieldCount() - Method in class io.protostuff.parser.Message
 
getRequiredEnumFieldCount() - Method in class io.protostuff.parser.Message
 
getRequiredFieldCount() - Method in class io.protostuff.parser.Message
 
getRequiredMessageFieldCount() - Method in class io.protostuff.parser.Message
 
getRequiredStringFieldCount() - Method in class io.protostuff.parser.Message
 
getResource(String, Class<?>) - Static method in class io.protostuff.parser.DefaultProtoLoader
Loads a URL resource from the classloader; If not found, the classloader of the context class specified will be used.
getResource(String, Class<?>, boolean) - Static method in class io.protostuff.parser.DefaultProtoLoader
Loads a URL resource from the classloader; If not found, the classloader of the context class specified will be used.
getReturnType() - Method in class io.protostuff.parser.Service.RpcMethod
 
getRootMessage() - Method in class io.protostuff.parser.Message
 
getRpcMethod(String) - Method in class io.protostuff.parser.Service
 
getRpcMethodMap() - Method in class io.protostuff.parser.Service
 
getRpcMethods() - Method in class io.protostuff.parser.Service
 
getScalarFieldCount() - Method in class io.protostuff.parser.Message
 
getScalarWithoutEnumFieldCount() - Method in class io.protostuff.parser.Message
 
getService(String) - Method in class io.protostuff.parser.Proto
 
getService() - Method in class io.protostuff.parser.Service.RpcMethod
 
getServiceMap() - Method in class io.protostuff.parser.Proto
 
getServices() - Method in class io.protostuff.parser.Proto
 
getSingularBytesFieldCount() - Method in class io.protostuff.parser.Message
 
getSingularEnumFieldCount() - Method in class io.protostuff.parser.Message
 
getSingularFieldCount() - Method in class io.protostuff.parser.Message
 
getSingularMessageFieldCount() - Method in class io.protostuff.parser.Message
 
getSingularStringFieldCount() - Method in class io.protostuff.parser.Message
 
getSortedValues() - Method in class io.protostuff.parser.EnumGroup
 
getSourcePath() - Method in class io.protostuff.parser.Proto
 
getStandardOption(String) - Method in class io.protostuff.parser.EnumGroup
 
getStandardOption(String) - Method in class io.protostuff.parser.Extension
 
getStandardOption(String) - Method in class io.protostuff.parser.Message
 
getStandardOption(String) - Method in class io.protostuff.parser.Proto
 
getStandardOption(String) - Method in class io.protostuff.parser.Service
 
getStandardOption(String) - Method in class io.protostuff.parser.Service.RpcMethod
 
getStandardOptions() - Method in class io.protostuff.parser.EnumGroup
 
getStandardOptions() - Method in class io.protostuff.parser.EnumGroup.Value
 
getStandardOptions() - Method in class io.protostuff.parser.Extension
 
getStandardOptions() - Method in class io.protostuff.parser.Field
 
getStandardOptions() - Method in class io.protostuff.parser.Message
 
getStandardOptions() - Method in class io.protostuff.parser.Proto
 
getStandardOptions() - Method in class io.protostuff.parser.Service
 
getStandardOptions() - Method in class io.protostuff.parser.Service.RpcMethod
 
getStringFieldCount() - Method in class io.protostuff.parser.Message
 
getTokenNames() - Method in class io.protostuff.parser.ProtoParser
 
getTree() - Method in class io.protostuff.parser.ProtoParser.annotation_entry_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.annotation_keyval_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.doc_entry_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.enum_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.enum_body_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.enum_field_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.enum_options_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.extend_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.extend_body_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.extensions_range_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.field_options_keyval_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.field_options_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.field_type_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.header_import_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.header_package_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.header_syntax_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.ignore_block_body_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.ignore_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.message_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.message_body_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.message_field_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.option_entry_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.parse_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.rpc_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.rpc_body_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.service_block_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.service_body_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.signed_constant_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.statement_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.var_full_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.var_reserved_return
 
getTree() - Method in class io.protostuff.parser.ProtoParser.var_return
 
getTreeAdaptor() - Method in class io.protostuff.parser.ProtoParser
 
getUniqueSortedValues() - Method in class io.protostuff.parser.EnumGroup
 
getValue(String) - Method in class io.protostuff.parser.Annotation
 
getValue(int) - Method in class io.protostuff.parser.EnumGroup
 
getValue(String) - Method in class io.protostuff.parser.EnumGroup
 
getValue() - Method in class io.protostuff.parser.Mutable
 
getValueCount() - Method in class io.protostuff.parser.EnumGroup
 
getValueMap() - Method in class io.protostuff.parser.EnumGroup
 
getValues() - Method in class io.protostuff.parser.EnumGroup
 
GROUP - Static variable in class io.protostuff.parser.ProtoLexer
 
GROUP - Static variable in class io.protostuff.parser.ProtoParser
 

H

hasAnnotation(String) - Method in class io.protostuff.parser.AnnotationContainer
 
HasAnnotations - Interface in io.protostuff.parser
An entity that containts annotations.
HasFields - Interface in io.protostuff.parser
 
HasName - Interface in io.protostuff.parser
Represents a component that should have a name.
hasNestedEnumGroups() - Method in class io.protostuff.parser.Message
 
hasNestedMessages() - Method in class io.protostuff.parser.Message
 
hasOption(String) - Method in class io.protostuff.parser.Field
 
HasOptions - Interface in io.protostuff.parser
Represents a component in a proto that can have options.
HasProto - Interface in io.protostuff.parser
Represents a component that should belong to a proto.
header_import(Proto) - Method in class io.protostuff.parser.ProtoParser
 
header_package(Proto) - Method in class io.protostuff.parser.ProtoParser
 
header_syntax(Proto) - Method in class io.protostuff.parser.ProtoParser
 
HEX - Static variable in class io.protostuff.parser.ProtoLexer
 
HEX - Static variable in class io.protostuff.parser.ProtoParser
 
HEX_DIGIT - Static variable in class io.protostuff.parser.ProtoLexer
 
HEX_DIGIT - Static variable in class io.protostuff.parser.ProtoParser
 

I

ID - Static variable in class io.protostuff.parser.ProtoLexer
 
ID - Static variable in class io.protostuff.parser.ProtoParser
 
ignore_block() - Method in class io.protostuff.parser.ProtoParser
 
ignore_block_body() - Method in class io.protostuff.parser.ProtoParser
 
IMPORT - Static variable in class io.protostuff.parser.ProtoLexer
 
IMPORT - Static variable in class io.protostuff.parser.ProtoParser
 
INT32 - Static variable in class io.protostuff.parser.ProtoLexer
 
INT32 - Static variable in class io.protostuff.parser.ProtoParser
 
INT64 - Static variable in class io.protostuff.parser.ProtoLexer
 
INT64 - Static variable in class io.protostuff.parser.ProtoParser
 
io.protostuff.parser - package io.protostuff.parser
 
isAnnotationPresentOnFields() - Method in class io.protostuff.parser.Message
 
isBoolField() - Method in class io.protostuff.parser.Field
 
isByteBufferFieldPresent() - Method in class io.protostuff.parser.Message
 
isBytesField() - Method in class io.protostuff.parser.Field
 
isBytesFieldPresent() - Method in class io.protostuff.parser.Message
 
isBytesOrStringDefaultValuePresent() - Method in class io.protostuff.parser.Message
 
isDefaultValueSet() - Method in class io.protostuff.parser.EnumField
 
isDefaultValueSet() - Method in class io.protostuff.parser.Field
 
isDelimited() - Method in class io.protostuff.parser.Field.Bytes
 
isDelimited() - Method in class io.protostuff.parser.Field
 
isDelimited() - Method in class io.protostuff.parser.Field.String
 
isDelimited() - Method in class io.protostuff.parser.MessageField
 
isDescendant(Message) - Method in class io.protostuff.parser.Message
 
isEmpty() - Method in class io.protostuff.parser.ErrorMap
 
isEmptyA() - Method in class io.protostuff.parser.AnnotationContainer
Shorthand for annotations.isEmpty().
isEmptyP() - Method in class io.protostuff.parser.Annotation
Shorthand for params.isEmpty().
isEnumField() - Method in class io.protostuff.parser.Field
 
isExtensible() - Method in class io.protostuff.parser.Message
 
isMessageField() - Method in class io.protostuff.parser.Field
 
isNested() - Method in class io.protostuff.parser.EnumGroup
 
isNested() - Method in class io.protostuff.parser.Extension
 
isNested() - Method in class io.protostuff.parser.Message
 
isNested() - Method in class io.protostuff.parser.Service
 
isNumberField() - Method in class io.protostuff.parser.Field
 
isOptional() - Method in class io.protostuff.parser.Field
 
isOverridden() - Method in class io.protostuff.parser.Mutable
 
isPackable() - Method in class io.protostuff.parser.Field
 
isRepeated() - Method in class io.protostuff.parser.Field
 
isRepeatedFieldPresent() - Method in class io.protostuff.parser.Message
 
isRequired() - Method in class io.protostuff.parser.Field
 
isRequiredFieldPresent() - Method in class io.protostuff.parser.Message
 
isRequiredFieldPresentOnCurrent() - Method in class io.protostuff.parser.Message
 
isSamePackage() - Method in class io.protostuff.parser.EnumField
 
isSamePackage() - Method in class io.protostuff.parser.MessageField
 
isStringField() - Method in class io.protostuff.parser.Field
 
isVoidArgType() - Method in class io.protostuff.parser.Service.RpcMethod
 
isVoidReturnType() - Method in class io.protostuff.parser.Service.RpcMethod
 

K

keySet() - Method in class io.protostuff.parser.ErrorMap
 

L

LEFTCURLY - Static variable in class io.protostuff.parser.ProtoLexer
 
LEFTCURLY - Static variable in class io.protostuff.parser.ProtoParser
 
LEFTPAREN - Static variable in class io.protostuff.parser.ProtoLexer
 
LEFTPAREN - Static variable in class io.protostuff.parser.ProtoParser
 
LEFTSQUARE - Static variable in class io.protostuff.parser.ProtoLexer
 
LEFTSQUARE - Static variable in class io.protostuff.parser.ProtoParser
 
load(InputStream, Proto) - Static method in class io.protostuff.parser.AbstractParser
 
load(String, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
 
load(String, Proto) - Method in interface io.protostuff.parser.Proto.Loader
 
loadFrom(File, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
 
loadFrom(URL, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
 
loadFrom(ANTLRReaderStream, Proto) - Static method in class io.protostuff.parser.ProtoUtil
Loads the proto from an ANTLRReaderStream.
loadFrom(InputStream, Proto) - Static method in class io.protostuff.parser.ProtoUtil
Loads the proto from an InputStream.
loadFrom(Reader, Proto) - Static method in class io.protostuff.parser.ProtoUtil
Loads the proto from a Reader.
loadFrom(File, Proto) - Static method in class io.protostuff.parser.ProtoUtil
 
loadFrom(URL, Proto) - Static method in class io.protostuff.parser.ProtoUtil
 
loadFromClasspath(String, Proto) - Static method in class io.protostuff.parser.DefaultProtoLoader
Loads a proto from the classpath.
loadFromOtherResource(String, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
 

M

mASSIGN() - Method in class io.protostuff.parser.ProtoLexer
 
mAT() - Method in class io.protostuff.parser.ProtoLexer
 
MAX - Static variable in class io.protostuff.parser.ProtoLexer
 
MAX - Static variable in class io.protostuff.parser.ProtoParser
 
mBOOL() - Method in class io.protostuff.parser.ProtoLexer
 
mBYTES() - Method in class io.protostuff.parser.ProtoLexer
 
mCOMMA() - Method in class io.protostuff.parser.ProtoLexer
 
mCOMMENT() - Method in class io.protostuff.parser.ProtoLexer
 
mDEFAULT() - Method in class io.protostuff.parser.ProtoLexer
 
mDOC() - Method in class io.protostuff.parser.ProtoLexer
 
mDOUBLE() - Method in class io.protostuff.parser.ProtoLexer
 
mENUM() - Method in class io.protostuff.parser.ProtoLexer
 
mESC_SEQ() - Method in class io.protostuff.parser.ProtoLexer
 
Message - Class in io.protostuff.parser
Represents the message defined in the Proto.
Message(String, Message, Proto) - Constructor for class io.protostuff.parser.Message
 
MESSAGE - Static variable in class io.protostuff.parser.ProtoLexer
 
MESSAGE - Static variable in class io.protostuff.parser.ProtoParser
 
message_block(Proto, Message) - Method in class io.protostuff.parser.ProtoParser
 
message_body(Proto, Message) - Method in class io.protostuff.parser.ProtoParser
 
message_field(Proto, HasFields) - Method in class io.protostuff.parser.ProtoParser
 
MessageField - Class in io.protostuff.parser
Represents a message field defined in a Proto.
MessageField() - Constructor for class io.protostuff.parser.MessageField
 
MessageField(Message) - Constructor for class io.protostuff.parser.MessageField
 
mEXP() - Method in class io.protostuff.parser.ProtoLexer
 
mEXTEND() - Method in class io.protostuff.parser.ProtoLexer
 
mEXTENSIONS() - Method in class io.protostuff.parser.ProtoLexer
 
mFALSE() - Method in class io.protostuff.parser.ProtoLexer
 
mFIXED32() - Method in class io.protostuff.parser.ProtoLexer
 
mFIXED64() - Method in class io.protostuff.parser.ProtoLexer
 
mFLOAT() - Method in class io.protostuff.parser.ProtoLexer
 
mFULL_ID() - Method in class io.protostuff.parser.ProtoLexer
 
mGROUP() - Method in class io.protostuff.parser.ProtoLexer
 
mHEX() - Method in class io.protostuff.parser.ProtoLexer
 
mHEX_DIGIT() - Method in class io.protostuff.parser.ProtoLexer
 
mID() - Method in class io.protostuff.parser.ProtoLexer
 
mIMPORT() - Method in class io.protostuff.parser.ProtoLexer
 
mINT32() - Method in class io.protostuff.parser.ProtoLexer
 
mINT64() - Method in class io.protostuff.parser.ProtoLexer
 
MINUS - Static variable in class io.protostuff.parser.ProtoLexer
 
MINUS - Static variable in class io.protostuff.parser.ProtoParser
 
mLEFTCURLY() - Method in class io.protostuff.parser.ProtoLexer
 
mLEFTPAREN() - Method in class io.protostuff.parser.ProtoLexer
 
mLEFTSQUARE() - Method in class io.protostuff.parser.ProtoLexer
 
mMAX() - Method in class io.protostuff.parser.ProtoLexer
 
mMESSAGE() - Method in class io.protostuff.parser.ProtoLexer
 
mMINUS() - Method in class io.protostuff.parser.ProtoLexer
 
mNUMDOUBLE() - Method in class io.protostuff.parser.ProtoLexer
 
mNUMFLOAT() - Method in class io.protostuff.parser.ProtoLexer
 
mNUMINT() - Method in class io.protostuff.parser.ProtoLexer
 
mOCTAL() - Method in class io.protostuff.parser.ProtoLexer
 
mOCTAL_ESC() - Method in class io.protostuff.parser.ProtoLexer
 
mOPTION() - Method in class io.protostuff.parser.ProtoLexer
 
mOPTIONAL() - Method in class io.protostuff.parser.ProtoLexer
 
mPKG() - Method in class io.protostuff.parser.ProtoLexer
 
mPLUS() - Method in class io.protostuff.parser.ProtoLexer
 
mREPEATED() - Method in class io.protostuff.parser.ProtoLexer
 
mREQUIRED() - Method in class io.protostuff.parser.ProtoLexer
 
mRETURNS() - Method in class io.protostuff.parser.ProtoLexer
 
mRIGHTCURLY() - Method in class io.protostuff.parser.ProtoLexer
 
mRIGHTPAREN() - Method in class io.protostuff.parser.ProtoLexer
 
mRIGHTSQUARE() - Method in class io.protostuff.parser.ProtoLexer
 
mRPC() - Method in class io.protostuff.parser.ProtoLexer
 
mSEMICOLON() - Method in class io.protostuff.parser.ProtoLexer
 
mSERVICE() - Method in class io.protostuff.parser.ProtoLexer
 
mSFIXED32() - Method in class io.protostuff.parser.ProtoLexer
 
mSFIXED64() - Method in class io.protostuff.parser.ProtoLexer
 
mSINT32() - Method in class io.protostuff.parser.ProtoLexer
 
mSINT64() - Method in class io.protostuff.parser.ProtoLexer
 
mSTRING() - Method in class io.protostuff.parser.ProtoLexer
 
mSTRING_LITERAL() - Method in class io.protostuff.parser.ProtoLexer
 
mSYNTAX() - Method in class io.protostuff.parser.ProtoLexer
 
mTO() - Method in class io.protostuff.parser.ProtoLexer
 
mTokens() - Method in class io.protostuff.parser.ProtoLexer
 
mTRUE() - Method in class io.protostuff.parser.ProtoLexer
 
mUINT32() - Method in class io.protostuff.parser.ProtoLexer
 
mUINT64() - Method in class io.protostuff.parser.ProtoLexer
 
mUNICODE_ESC() - Method in class io.protostuff.parser.ProtoLexer
 
Mutable<T> - Class in io.protostuff.parser
An entity whose values can be overriden with new value.
Mutable(T) - Constructor for class io.protostuff.parser.Mutable
 
mVOID() - Method in class io.protostuff.parser.ProtoLexer
 
mWS() - Method in class io.protostuff.parser.ProtoLexer
 

N

NO_ALIAS_COMPARATOR - Static variable in class io.protostuff.parser.EnumGroup.Value
 
NUMDOUBLE - Static variable in class io.protostuff.parser.ProtoLexer
 
NUMDOUBLE - Static variable in class io.protostuff.parser.ProtoParser
 
NUMFLOAT - Static variable in class io.protostuff.parser.ProtoLexer
 
NUMFLOAT - Static variable in class io.protostuff.parser.ProtoParser
 
NUMINT - Static variable in class io.protostuff.parser.ProtoLexer
 
NUMINT - Static variable in class io.protostuff.parser.ProtoParser
 

O

OCTAL - Static variable in class io.protostuff.parser.ProtoLexer
 
OCTAL - Static variable in class io.protostuff.parser.ProtoParser
 
OCTAL_ESC - Static variable in class io.protostuff.parser.ProtoLexer
 
OCTAL_ESC - Static variable in class io.protostuff.parser.ProtoParser
 
OPTION - Static variable in class io.protostuff.parser.ProtoLexer
 
OPTION - Static variable in class io.protostuff.parser.ProtoParser
 
option_entry(Proto, HasOptions) - Method in class io.protostuff.parser.ProtoParser
 
OPTIONAL - Static variable in class io.protostuff.parser.ProtoLexer
 
OPTIONAL - Static variable in class io.protostuff.parser.ProtoParser
 
override(T) - Method in class io.protostuff.parser.Mutable
 

P

parse(Proto) - Method in class io.protostuff.parser.ProtoParser
 
parseProto(File) - Static method in class io.protostuff.parser.ProtoUtil
 
PATH_SEPARATOR - Static variable in class io.protostuff.parser.DefaultProtoLoader
Standard JVM property.
PATH_SEPARATOR_PROPERTY - Static variable in class io.protostuff.parser.DefaultProtoLoader
 
PKG - Static variable in class io.protostuff.parser.ProtoLexer
 
PKG - Static variable in class io.protostuff.parser.ProtoParser
 
PLUS - Static variable in class io.protostuff.parser.ProtoLexer
 
PLUS - Static variable in class io.protostuff.parser.ProtoParser
 
Proto - Class in io.protostuff.parser
Contains the metadata of parsed protos.
Proto() - Constructor for class io.protostuff.parser.Proto
 
Proto(File) - Constructor for class io.protostuff.parser.Proto
 
Proto(Proto.Loader) - Constructor for class io.protostuff.parser.Proto
 
Proto(File, Proto.Loader) - Constructor for class io.protostuff.parser.Proto
 
Proto(File, Proto.Loader, Proto) - Constructor for class io.protostuff.parser.Proto
 
Proto(URL, Proto.Loader, Proto) - Constructor for class io.protostuff.parser.Proto
 
Proto.Loader - Interface in io.protostuff.parser
 
PROTO_PATH_AND_CLASSPATH - Static variable in class io.protostuff.parser.DefaultProtoLoader
 
PROTO_PATH_ONLY - Static variable in class io.protostuff.parser.DefaultProtoLoader
 
ProtoLexer - Class in io.protostuff.parser
 
ProtoLexer() - Constructor for class io.protostuff.parser.ProtoLexer
 
ProtoLexer(CharStream) - Constructor for class io.protostuff.parser.ProtoLexer
 
ProtoLexer(CharStream, RecognizerSharedState) - Constructor for class io.protostuff.parser.ProtoLexer
 
ProtoLexer.DFA22 - Class in io.protostuff.parser
 
ProtoLexer.DFA22(BaseRecognizer) - Constructor for class io.protostuff.parser.ProtoLexer.DFA22
 
ProtoLexer.DFA3 - Class in io.protostuff.parser
 
ProtoLexer.DFA3(BaseRecognizer) - Constructor for class io.protostuff.parser.ProtoLexer.DFA3
 
ProtoParser - Class in io.protostuff.parser
 
ProtoParser(TokenStream) - Constructor for class io.protostuff.parser.ProtoParser
 
ProtoParser(TokenStream, RecognizerSharedState) - Constructor for class io.protostuff.parser.ProtoParser
 
ProtoParser.annotation_entry_return - Class in io.protostuff.parser
 
ProtoParser.annotation_entry_return() - Constructor for class io.protostuff.parser.ProtoParser.annotation_entry_return
 
ProtoParser.annotation_keyval_return - Class in io.protostuff.parser
 
ProtoParser.annotation_keyval_return() - Constructor for class io.protostuff.parser.ProtoParser.annotation_keyval_return
 
ProtoParser.doc_entry_return - Class in io.protostuff.parser
 
ProtoParser.doc_entry_return() - Constructor for class io.protostuff.parser.ProtoParser.doc_entry_return
 
ProtoParser.enum_block_return - Class in io.protostuff.parser
 
ProtoParser.enum_block_return() - Constructor for class io.protostuff.parser.ProtoParser.enum_block_return
 
ProtoParser.enum_body_return - Class in io.protostuff.parser
 
ProtoParser.enum_body_return() - Constructor for class io.protostuff.parser.ProtoParser.enum_body_return
 
ProtoParser.enum_field_return - Class in io.protostuff.parser
 
ProtoParser.enum_field_return() - Constructor for class io.protostuff.parser.ProtoParser.enum_field_return
 
ProtoParser.enum_options_return - Class in io.protostuff.parser
 
ProtoParser.enum_options_return() - Constructor for class io.protostuff.parser.ProtoParser.enum_options_return
 
ProtoParser.extend_block_return - Class in io.protostuff.parser
 
ProtoParser.extend_block_return() - Constructor for class io.protostuff.parser.ProtoParser.extend_block_return
 
ProtoParser.extend_body_return - Class in io.protostuff.parser
 
ProtoParser.extend_body_return() - Constructor for class io.protostuff.parser.ProtoParser.extend_body_return
 
ProtoParser.extensions_range_return - Class in io.protostuff.parser
 
ProtoParser.extensions_range_return() - Constructor for class io.protostuff.parser.ProtoParser.extensions_range_return
 
ProtoParser.field_options_keyval_return - Class in io.protostuff.parser
 
ProtoParser.field_options_keyval_return() - Constructor for class io.protostuff.parser.ProtoParser.field_options_keyval_return
 
ProtoParser.field_options_return - Class in io.protostuff.parser
 
ProtoParser.field_options_return() - Constructor for class io.protostuff.parser.ProtoParser.field_options_return
 
ProtoParser.field_type_return - Class in io.protostuff.parser
 
ProtoParser.field_type_return() - Constructor for class io.protostuff.parser.ProtoParser.field_type_return
 
ProtoParser.header_import_return - Class in io.protostuff.parser
 
ProtoParser.header_import_return() - Constructor for class io.protostuff.parser.ProtoParser.header_import_return
 
ProtoParser.header_package_return - Class in io.protostuff.parser
 
ProtoParser.header_package_return() - Constructor for class io.protostuff.parser.ProtoParser.header_package_return
 
ProtoParser.header_syntax_return - Class in io.protostuff.parser
 
ProtoParser.header_syntax_return() - Constructor for class io.protostuff.parser.ProtoParser.header_syntax_return
 
ProtoParser.ignore_block_body_return - Class in io.protostuff.parser
 
ProtoParser.ignore_block_body_return() - Constructor for class io.protostuff.parser.ProtoParser.ignore_block_body_return
 
ProtoParser.ignore_block_return - Class in io.protostuff.parser
 
ProtoParser.ignore_block_return() - Constructor for class io.protostuff.parser.ProtoParser.ignore_block_return
 
ProtoParser.message_block_return - Class in io.protostuff.parser
 
ProtoParser.message_block_return() - Constructor for class io.protostuff.parser.ProtoParser.message_block_return
 
ProtoParser.message_body_return - Class in io.protostuff.parser
 
ProtoParser.message_body_return() - Constructor for class io.protostuff.parser.ProtoParser.message_body_return
 
ProtoParser.message_field_return - Class in io.protostuff.parser
 
ProtoParser.message_field_return() - Constructor for class io.protostuff.parser.ProtoParser.message_field_return
 
ProtoParser.option_entry_return - Class in io.protostuff.parser
 
ProtoParser.option_entry_return() - Constructor for class io.protostuff.parser.ProtoParser.option_entry_return
 
ProtoParser.parse_return - Class in io.protostuff.parser
 
ProtoParser.parse_return() - Constructor for class io.protostuff.parser.ProtoParser.parse_return
 
ProtoParser.rpc_block_return - Class in io.protostuff.parser
 
ProtoParser.rpc_block_return() - Constructor for class io.protostuff.parser.ProtoParser.rpc_block_return
 
ProtoParser.rpc_body_block_return - Class in io.protostuff.parser
 
ProtoParser.rpc_body_block_return() - Constructor for class io.protostuff.parser.ProtoParser.rpc_body_block_return
 
ProtoParser.service_block_return - Class in io.protostuff.parser
 
ProtoParser.service_block_return() - Constructor for class io.protostuff.parser.ProtoParser.service_block_return
 
ProtoParser.service_body_return - Class in io.protostuff.parser
 
ProtoParser.service_body_return() - Constructor for class io.protostuff.parser.ProtoParser.service_body_return
 
ProtoParser.signed_constant_return - Class in io.protostuff.parser
 
ProtoParser.signed_constant_return() - Constructor for class io.protostuff.parser.ProtoParser.signed_constant_return
 
ProtoParser.statement_return - Class in io.protostuff.parser
 
ProtoParser.statement_return() - Constructor for class io.protostuff.parser.ProtoParser.statement_return
 
ProtoParser.var_full_return - Class in io.protostuff.parser
 
ProtoParser.var_full_return() - Constructor for class io.protostuff.parser.ProtoParser.var_full_return
 
ProtoParser.var_reserved_return - Class in io.protostuff.parser
 
ProtoParser.var_reserved_return() - Constructor for class io.protostuff.parser.ProtoParser.var_reserved_return
 
ProtoParser.var_return - Class in io.protostuff.parser
 
ProtoParser.var_return() - Constructor for class io.protostuff.parser.ProtoParser.var_return
 
protoSearchStrategy - Variable in class io.protostuff.parser.DefaultProtoLoader
 
ProtoUtil - Class in io.protostuff.parser
Utility for loading protos from various input.
put(String, Object) - Method in class io.protostuff.parser.ErrorMap
 
putAll(Map<? extends String, ? extends Object>) - Method in class io.protostuff.parser.ErrorMap
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.EnumField
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.EnumGroup
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.Extension
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.Field
 
putExtraOption(String, Object) - Method in interface io.protostuff.parser.HasOptions
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.Message
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.Proto
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.Service
 
putExtraOption(String, Object) - Method in class io.protostuff.parser.Service.RpcMethod
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.EnumGroup
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.Extension
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.Field
 
putStandardOption(String, Object) - Method in interface io.protostuff.parser.HasOptions
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.Message
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.Proto
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.Service
 
putStandardOption(String, Object) - Method in class io.protostuff.parser.Service.RpcMethod
 

R

remove(Object) - Method in class io.protostuff.parser.ErrorMap
 
REPEATED - Static variable in class io.protostuff.parser.ProtoLexer
 
REPEATED - Static variable in class io.protostuff.parser.ProtoParser
 
REQUIRED - Static variable in class io.protostuff.parser.ProtoLexer
 
REQUIRED - Static variable in class io.protostuff.parser.ProtoParser
 
reset() - Method in class io.protostuff.parser.Mutable
 
RESOLVE_ENUM_VALUE_REF - Static variable in class io.protostuff.parser.ConfiguredReference
 
RETURNS - Static variable in class io.protostuff.parser.ProtoLexer
 
RETURNS - Static variable in class io.protostuff.parser.ProtoParser
 
RIGHTCURLY - Static variable in class io.protostuff.parser.ProtoLexer
 
RIGHTCURLY - Static variable in class io.protostuff.parser.ProtoParser
 
RIGHTPAREN - Static variable in class io.protostuff.parser.ProtoLexer
 
RIGHTPAREN - Static variable in class io.protostuff.parser.ProtoParser
 
RIGHTSQUARE - Static variable in class io.protostuff.parser.ProtoLexer
 
RIGHTSQUARE - Static variable in class io.protostuff.parser.ProtoParser
 
RPC - Static variable in class io.protostuff.parser.ProtoLexer
 
RPC - Static variable in class io.protostuff.parser.ProtoParser
 
rpc_block(Proto, Service) - Method in class io.protostuff.parser.ProtoParser
 
rpc_body_block(Proto, Service.RpcMethod) - Method in class io.protostuff.parser.ProtoParser
 

S

searchFromAll(String, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
Search from every possible resource.
searchFromProtoPathAndClasspath(String, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
Search from proto_path and classpath (in that order).
searchFromProtoPathOnly(String, Proto) - Method in class io.protostuff.parser.DefaultProtoLoader
Search from proto_path only.
SEMICOLON - Static variable in class io.protostuff.parser.ProtoLexer
 
SEMICOLON - Static variable in class io.protostuff.parser.ProtoParser
 
SERVICE - Static variable in class io.protostuff.parser.ProtoLexer
 
SERVICE - Static variable in class io.protostuff.parser.ProtoParser
 
Service - Class in io.protostuff.parser
Represents a service defined in the proto (for generating rpc services).
Service(String, Message, Proto) - Constructor for class io.protostuff.parser.Service
 
Service.RpcMethod - Class in io.protostuff.parser
 
service_block(Proto, Message) - Method in class io.protostuff.parser.ProtoParser
 
service_body(Proto, Service) - Method in class io.protostuff.parser.ProtoParser
 
setByteBufferFieldPresent(boolean) - Method in class io.protostuff.parser.Message
 
setTreeAdaptor(TreeAdaptor) - Method in class io.protostuff.parser.ProtoParser
 
SFIXED32 - Static variable in class io.protostuff.parser.ProtoLexer
 
SFIXED32 - Static variable in class io.protostuff.parser.ProtoParser
 
SFIXED64 - Static variable in class io.protostuff.parser.ProtoLexer
 
SFIXED64 - Static variable in class io.protostuff.parser.ProtoParser
 
signed_constant(Proto, HasFields, Field, String, boolean) - Method in class io.protostuff.parser.ProtoParser
 
SINT32 - Static variable in class io.protostuff.parser.ProtoLexer
 
SINT32 - Static variable in class io.protostuff.parser.ProtoParser
 
SINT64 - Static variable in class io.protostuff.parser.ProtoLexer
 
SINT64 - Static variable in class io.protostuff.parser.ProtoParser
 
size() - Method in class io.protostuff.parser.ErrorMap
 
specialStateTransition(int, IntStream) - Method in class io.protostuff.parser.ProtoLexer.DFA22
 
statement(Proto) - Method in class io.protostuff.parser.ProtoParser
 
STRING - Static variable in class io.protostuff.parser.ProtoLexer
 
STRING - Static variable in class io.protostuff.parser.ProtoParser
 
STRING_LITERAL - Static variable in class io.protostuff.parser.ProtoLexer
 
STRING_LITERAL - Static variable in class io.protostuff.parser.ProtoParser
 
synpred1_ProtoParser() - Method in class io.protostuff.parser.ProtoParser
 
synpred1_ProtoParser_fragment() - Method in class io.protostuff.parser.ProtoParser
 
SYNTAX - Static variable in class io.protostuff.parser.ProtoLexer
 
SYNTAX - Static variable in class io.protostuff.parser.ProtoParser
 

T

TextFormat - Class in io.protostuff.parser
Provide ascii text parsing and formatting support for proto2 instances.
TO - Static variable in class io.protostuff.parser.ProtoLexer
 
TO - Static variable in class io.protostuff.parser.ProtoParser
 
toCamelCase(String) - Static method in class io.protostuff.parser.ProtoUtil
 
tokenNames - Static variable in class io.protostuff.parser.ProtoParser
 
toPascalCase(String) - Static method in class io.protostuff.parser.ProtoUtil
 
toString() - Method in class io.protostuff.parser.Annotation
 
toString() - Method in class io.protostuff.parser.EnumGroup
 
toString() - Method in class io.protostuff.parser.EnumGroup.Value
 
toString() - Method in class io.protostuff.parser.Extension
 
toString() - Method in class io.protostuff.parser.Field
 
toString() - Method in class io.protostuff.parser.Message
 
toString() - Method in class io.protostuff.parser.Proto
 
toUnderscoreCase(String) - Static method in class io.protostuff.parser.ProtoUtil
 
TRUE - Static variable in class io.protostuff.parser.ProtoLexer
 
TRUE - Static variable in class io.protostuff.parser.ProtoParser
 

U

UINT32 - Static variable in class io.protostuff.parser.ProtoLexer
 
UINT32 - Static variable in class io.protostuff.parser.ProtoParser
 
UINT64 - Static variable in class io.protostuff.parser.ProtoLexer
 
UINT64 - Static variable in class io.protostuff.parser.ProtoParser
 
UNICODE_ESC - Static variable in class io.protostuff.parser.ProtoLexer
 
UNICODE_ESC - Static variable in class io.protostuff.parser.ProtoParser
 

V

valueOf(String) - Static method in enum io.protostuff.parser.Field.Modifier
Returns the enum constant of this type with the specified name.
values() - Method in class io.protostuff.parser.ErrorMap
 
values() - Static method in enum io.protostuff.parser.Field.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
var() - Method in class io.protostuff.parser.ProtoParser
 
var_full() - Method in class io.protostuff.parser.ProtoParser
 
var_reserved() - Method in class io.protostuff.parser.ProtoParser
 
VOID - Static variable in class io.protostuff.parser.ProtoLexer
 
VOID - Static variable in class io.protostuff.parser.ProtoParser
 

W

WS - Static variable in class io.protostuff.parser.ProtoLexer
 
WS - Static variable in class io.protostuff.parser.ProtoParser
 
A B C D E F G H I K L M N O P R S T U V W 

Copyright © 2009–2021. All rights reserved.