Uses of Class
de.haumacher.msgbuf.generator.ast.WithOptions
-
Packages that use WithOptions Package Description de.haumacher.msgbuf.generator.ast de.haumacher.msgbuf.generator.common de.haumacher.msgbuf.generator.parser -
-
Uses of WithOptions in de.haumacher.msgbuf.generator.ast
Subclasses of WithOptions in de.haumacher.msgbuf.generator.ast Modifier and Type Class Description classConstantA constant of anEnumDef.classDefinitionBase class of a definition in aDefinitionFile.classDefinitionBaseBase class for type and field definitions.classDefinitionFileRepresentation of a.protofile with top-levelDefinitions.classEnumDefDefinitionof an enumeration.classFieldA field definition of aMessageDef.classMessageDefDefinitionof a data class.classOptionContainerContainer for temporary collecting annotations without further semantics.classPartMember of aDefinition.Methods in de.haumacher.msgbuf.generator.ast that return WithOptions Modifier and Type Method Description WithOptionsWithOptions. putOption(String key, Option value)Adds a key value pair to thegetOptions()map.static WithOptionsWithOptions. readWithOptions(JsonReader in)Reads a new instance from the given reader.WithOptionsWithOptions. registerListener(Listener l)WithOptionsWithOptions. setOptions(Map<String,Option> value)WithOptionsWithOptions. unregisterListener(Listener l) -
Uses of WithOptions in de.haumacher.msgbuf.generator.common
Methods in de.haumacher.msgbuf.generator.common with parameters of type WithOptions Modifier and Type Method Description static booleanUtil. getFlag(WithOptions field, String optionName)static Optional<Option>Util. getOption(WithOptions field, String optionName) -
Uses of WithOptions in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return WithOptions Modifier and Type Method Description WithOptionsProtobufParser. javaAnnotations()WithOptionsProtobufParser. javaAnnotationsFor(WithOptions result)Methods in de.haumacher.msgbuf.generator.parser with parameters of type WithOptions Modifier and Type Method Description WithOptionsProtobufParser. javaAnnotationsFor(WithOptions result)voidProtobufParser. optionAssignment(WithOptions part)voidProtobufParser. optionStatement(WithOptions part)
-