Uses of Interface
de.haumacher.msgbuf.generator.util.FileGenerator
-
Packages that use FileGenerator Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.dart de.haumacher.msgbuf.generator.plugins de.haumacher.msgbuf.generator.util -
-
Uses of FileGenerator in de.haumacher.msgbuf.generator
Classes in de.haumacher.msgbuf.generator that implement FileGenerator Modifier and Type Class Description classAbstractMessageGeneratorBase class for generating message contents.classEnumGeneratorGenerates a binding for a protocol enumeration.classMessageGeneratorGeneratorfor message data classes.Methods in de.haumacher.msgbuf.generator that return FileGenerator Modifier and Type Method Description default FileGeneratorGeneratorPlugin. messageImplContents(Map<String,Option> options, MessageDef def)Creates aFileGeneratorthat is expanded within the implementation class.default FileGeneratorGeneratorPlugin. messageInterfaceContents(Map<String,Option> options, MessageDef def)Creates aFileGeneratorthat is expanded within the interface class. -
Uses of FileGenerator in de.haumacher.msgbuf.generator.dart
Classes in de.haumacher.msgbuf.generator.dart that implement FileGenerator Modifier and Type Class Description classDartClassGeneratorGenerator for a Dart protocol class.classDartEnumGeneratorGenerates code for a protocol enum in Dart.classDartLibGeneratorGenerator for amsgbufDart library.classReadOperationBuilderGenerator of a read operation for reading a field value from a JSON stream.classWriteOperationBuilderGenerator of a read operation for reading a field value from a JSON stream. -
Uses of FileGenerator in de.haumacher.msgbuf.generator.plugins
Methods in de.haumacher.msgbuf.generator.plugins that return FileGenerator Modifier and Type Method Description FileGeneratorXmlStreamingPlugin. messageImplContents(Map<String,Option> options, MessageDef def)FileGeneratorXmlStreamingPlugin. messageInterfaceContents(Map<String,Option> options, MessageDef def) -
Uses of FileGenerator in de.haumacher.msgbuf.generator.util
Classes in de.haumacher.msgbuf.generator.util that implement FileGenerator Modifier and Type Class Description classAbstractDartGeneratorBase class for generators creating Java code.classAbstractFileGeneratorBase class for code generators.classAbstractJavaGeneratorBase class for generators creating Java code.Methods in de.haumacher.msgbuf.generator.util with parameters of type FileGenerator Modifier and Type Method Description protected voidAbstractFileGenerator. include(FileGenerator other)
-