Uses of Class
de.haumacher.msgbuf.generator.ast.Constant
Packages that use Constant
Package
Description
-
Uses of Constant in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type ConstantModifier and TypeMethodDescriptionstatic 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 ConstantModifier and TypeMethodDescriptionstatic ConstantConstant.create()Creates aConstantinstance.static ConstantConstant.readConstant(JsonReader in) Reads a new instance from the given reader.Constant.setComment(String value) Constant.setIndex(int value) Constant.setOptions(Map<String, Option> value) Constant.setOwner(Definition value) Methods in de.haumacher.msgbuf.generator.ast that return types with arguments of type ConstantMethods in de.haumacher.msgbuf.generator.ast with parameters of type ConstantModifier and TypeMethodDescriptionEnumDef.addConstant(Constant value) Adds a value to theEnumDef.getConstants()list.protected final voidEnumDef.internalAddConstant(Constant value) Implementation ofEnumDef.addConstant(de.haumacher.msgbuf.generator.ast.Constant)without chain call utility.final voidEnumDef.removeConstant(Constant value) Removes a value from theEnumDef.getConstants()list.Visit case forConstant.Method parameters in de.haumacher.msgbuf.generator.ast with type arguments of type ConstantModifier and TypeMethodDescriptionprotected final voidEnumDef.internalSetConstants(List<? extends Constant> value) Internal setter forEnumDef.getConstants()without chain call utility.EnumDef.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 ConstantModifier and TypeMethodDescriptionstatic 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 ConstantModifier and TypeMethodDescriptionstatic 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