Uses of Class
de.haumacher.msgbuf.generator.ast.Constant
-
Packages that use Constant Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.ast de.haumacher.msgbuf.generator.parser -
-
Uses of Constant in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type Constant Modifier and Type Method Description static StringCodeConvention. classifierName(Constant constant)The Java name of an enumeration classifier. -
Uses of Constant in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return Constant Modifier and Type Method Description static ConstantConstant. create()Creates aConstantinstance.ConstantConstant. putOption(String key, Option value)static ConstantConstant. readConstant(de.haumacher.msgbuf.json.JsonReader in)Reads a new instance from the given reader.ConstantConstant. setComment(String value)ConstantConstant. setIndex(int value)ConstantConstant. setName(String value)ConstantConstant. setOptions(Map<String,Option> value)ConstantConstant. setOwner(Definition value)Methods in de.haumacher.msgbuf.generator.ast that return types with arguments of type Constant Modifier and Type Method Description List<Constant>EnumDef. getConstants()All enum constants of this enumerationMethods in de.haumacher.msgbuf.generator.ast with parameters of type Constant Modifier and Type Method Description EnumDefEnumDef. addConstant(Constant value)Adds a value to theEnumDef.getConstants()list.protected voidEnumDef. internalAddConstant(Constant value)Implementation ofEnumDef.addConstant(Constant)without chain call utility.voidEnumDef. removeConstant(Constant value)Removes a value from theEnumDef.getConstants()list.RPart.Visitor. visit(Constant self, A arg)Visit case forConstant.Method parameters in de.haumacher.msgbuf.generator.ast with type arguments of type Constant Modifier and Type Method Description protected voidEnumDef. internalSetConstants(List<Constant> value)Internal setter forEnumDef.getConstants()without chain call utility.EnumDefEnumDef. setConstants(List<Constant> value) -
Uses of Constant in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return Constant Modifier and Type Method Description ConstantProtobufParser. constant()
-