Uses of Class
de.haumacher.msgbuf.generator.ast.Constant
-
-
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(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(de.haumacher.msgbuf.generator.ast.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<? extends Constant> value)Internal setter forEnumDef.getConstants()without chain call utility.EnumDefEnumDef. setConstants(List<? extends Constant> value) -
Uses of Constant in de.haumacher.msgbuf.generator.common
Methods in de.haumacher.msgbuf.generator.common with parameters of type Constant Modifier and Type Method Description static StringMsgBufJsonProtocol. classifierId(Constant constant)The name of the given enumeration classifier as used in the protocol (e.g. -
Uses of Constant in de.haumacher.msgbuf.generator.dart
Methods in de.haumacher.msgbuf.generator.dart with parameters of type Constant Modifier and Type Method Description static StringDartCoding. literalName(Constant constant)Name of an enum literal. -
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()
-