Uses of Class
de.haumacher.msgbuf.generator.ast.WithOptions
Packages that use WithOptions
Package
Description
-
Uses of WithOptions in de.haumacher.msgbuf.generator.ast
Subclasses of WithOptions in de.haumacher.msgbuf.generator.astModifier and TypeClassDescriptionclassA constant of anEnumDef.classBase class of a definition in aDefinitionFile.classBase class for type and field definitions.classRepresentation of a.protofile with top-levelDefinitions.classDefinitionof an enumeration.classA field definition of aMessageDef.classDefinitionof a data class.classContainer for temporary collecting annotations without further semantics.classMember of aDefinition.Methods in de.haumacher.msgbuf.generator.ast that return WithOptionsModifier and TypeMethodDescriptionAdds a key value pair to thegetOptions()map.static WithOptionsWithOptions.readWithOptions(JsonReader in) Reads a new instance from the given reader.WithOptions.registerListener(Listener l) WithOptions.setOptions(Map<String, Option> value) WithOptions.unregisterListener(Listener l) -
Uses of WithOptions in de.haumacher.msgbuf.generator.common
Methods in de.haumacher.msgbuf.generator.common with parameters of type WithOptionsModifier and TypeMethodDescriptionstatic booleanUtil.getFlag(WithOptions field, String optionName) Util.getOption(WithOptions field, String optionName) -
Uses of WithOptions in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return WithOptionsModifier and TypeMethodDescriptionfinal WithOptionsProtobufParser.javaAnnotations()final WithOptionsProtobufParser.javaAnnotationsFor(WithOptions result) Methods in de.haumacher.msgbuf.generator.parser with parameters of type WithOptionsModifier and TypeMethodDescriptionfinal WithOptionsProtobufParser.javaAnnotationsFor(WithOptions result) final voidProtobufParser.optionAssignment(WithOptions part) final voidProtobufParser.optionStatement(WithOptions part)