Uses of Class
de.haumacher.msgbuf.generator.ast.Type
Packages that use Type
Package
Description
-
Uses of Type in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type Type -
Uses of Type in de.haumacher.msgbuf.generator.ast
Subclasses of Type in de.haumacher.msgbuf.generator.astModifier and TypeClassDescriptionclassReference to a custom definedType.classATypethat is composed of a key and a value.classA primitive built-inType.Methods in de.haumacher.msgbuf.generator.ast that return TypeModifier and TypeMethodDescriptionfinal TypeMapType.getKeyType()The key type of this map.final TypeField.getType()The type of values that can be stored in this field.final TypeMapType.getValueType()The value type of this map.static TypeType.readType(JsonReader in) Reads a new instance from the given reader.Type.registerListener(Listener l) Type.unregisterListener(Listener l) Methods in de.haumacher.msgbuf.generator.ast with parameters of type TypeModifier and TypeMethodDescriptionprotected final voidMapType.internalSetKeyType(Type value) Internal setter forMapType.getKeyType()without chain call utility.protected final voidField.internalSetType(Type value) Internal setter forField.getType()without chain call utility.protected final voidMapType.internalSetValueType(Type value) Internal setter forMapType.getValueType()without chain call utility.MapType.setKeyType(Type value) MapType.setValueType(Type value) -
Uses of Type in de.haumacher.msgbuf.generator.common
Methods in de.haumacher.msgbuf.generator.common with parameters of type Type -
Uses of Type in de.haumacher.msgbuf.generator.dart
Constructors in de.haumacher.msgbuf.generator.dart with parameters of type TypeModifierConstructorDescriptionWriteOperationBuilder(boolean repeated, Type type, String value) Creates aWriteOperationBuilder. -
Uses of Type in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return Type