Uses of Class
de.haumacher.msgbuf.generator.ast.MapType
Packages that use MapType
Package
Description
-
Uses of MapType in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type MapType -
Uses of MapType in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return MapTypeModifier and TypeMethodDescriptionstatic MapTypeMapType.create()Creates aMapTypeinstance.static MapTypeMapType.readMapType(JsonReader in) Reads a new instance from the given reader.MapType.setKeyType(Type value) MapType.setValueType(Type value) Methods in de.haumacher.msgbuf.generator.ast with parameters of type MapType -
Uses of MapType in de.haumacher.msgbuf.generator.dart
Methods in de.haumacher.msgbuf.generator.dart with parameters of type MapType -
Uses of MapType in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return MapType