Uses of Class
de.haumacher.msgbuf.generator.parser.ParseException
-
Packages that use ParseException Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.parser -
-
Uses of ParseException in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator that throw ParseException Modifier and Type Method Description DefinitionFileGenerator. load(File file)DefinitionFileGenerator. load(InputStream in)DefinitionFileGenerator. load(String fileName)static voidGenerator. main(String... args)Main entry point invoked from the command line.static voidProto2Json. main(String[] args)static DefinitionFileGenerator. parse(InputStream in) -
Uses of ParseException in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return ParseException Modifier and Type Method Description ParseExceptionProtobufParser. generateParseException()Generate ParseException.Methods in de.haumacher.msgbuf.generator.parser that throw ParseException Modifier and Type Method Description ConstantProtobufParser. constant()CustomTypeProtobufParser. customType()DefinitionProtobufParser. definition()EnumDefProtobufParser. enumeration()FieldProtobufParser. field()DefinitionFileProtobufParser. file()WithOptionsProtobufParser. javaAnnotations()WithOptionsProtobufParser. javaAnnotationsFor(WithOptions result)MapTypeProtobufParser. map()DefinitionBaseProtobufParser. memberDefinition()MessageDefProtobufParser. message()StringProtobufParser. name()voidProtobufParser. oneof()voidProtobufParser. optionAssignment(WithOptions part)voidProtobufParser. optionStatement(WithOptions part)voidProtobufParser. partOptions(Part part)PrimitiveTypeProtobufParser. primitiveType()QNameProtobufParser. qName()voidProtobufParser. reservation()voidProtobufParser. reserved()TypeProtobufParser. type()OptionProtobufParser. value()
-