Uses of Class
de.haumacher.msgbuf.generator.ast.NumberOption
-
Packages that use NumberOption Package Description de.haumacher.msgbuf.generator.ast -
-
Uses of NumberOption in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return NumberOption Modifier and Type Method Description static NumberOptionNumberOption. create()Creates aNumberOptioninstance.static NumberOptionNumberOption. readNumberOption(JsonReader in)Reads a new instance from the given reader.NumberOptionNumberOption. setValue(double value)Methods in de.haumacher.msgbuf.generator.ast with parameters of type NumberOption Modifier and Type Method Description ROption.Visitor. visit(NumberOption self, A arg)Visit case forNumberOption.
-