Uses of Class
de.haumacher.msgbuf.generator.ast.Type
-
Packages that use Type Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.ast de.haumacher.msgbuf.generator.common de.haumacher.msgbuf.generator.dart de.haumacher.msgbuf.generator.parser -
-
Uses of Type in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type Type Modifier and Type Method Description static StringTypeGenerator. mkType(Type type)static StringTypeGenerator. mkType(Type type, boolean nullable)static StringTypeGenerator. mkTypeWrapped(Type type)static StringTypeGenerator. mkTypeWrappedImpl(Type type) -
Uses of Type in de.haumacher.msgbuf.generator.ast
Subclasses of Type in de.haumacher.msgbuf.generator.ast Modifier and Type Class Description classCustomTypeReference to a custom definedType.classMapTypeATypethat is composed of a key and a value.classPrimitiveTypeA primitive built-inType.Methods in de.haumacher.msgbuf.generator.ast that return Type Modifier and Type Method Description TypeMapType. getKeyType()The key type of this map.TypeField. getType()The type of values that can be stored in this field.TypeMapType. getValueType()The value type of this map.static TypeType. readType(JsonReader in)Reads a new instance from the given reader.TypeType. registerListener(Listener l)TypeType. unregisterListener(Listener l)Methods in de.haumacher.msgbuf.generator.ast with parameters of type Type Modifier and Type Method Description protected voidMapType. internalSetKeyType(Type value)Internal setter forMapType.getKeyType()without chain call utility.protected voidField. internalSetType(Type value)Internal setter forField.getType()without chain call utility.protected voidMapType. internalSetValueType(Type value)Internal setter forMapType.getValueType()without chain call utility.MapTypeMapType. setKeyType(Type value)FieldField. setType(Type value)MapTypeMapType. setValueType(Type value) -
Uses of Type in de.haumacher.msgbuf.generator.common
Methods in de.haumacher.msgbuf.generator.common with parameters of type Type Modifier and Type Method Description static booleanUtil. isNullable(Type type) -
Uses of Type in de.haumacher.msgbuf.generator.dart
Constructors in de.haumacher.msgbuf.generator.dart with parameters of type Type Constructor Description WriteOperationBuilder(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 Modifier and Type Method Description TypeProtobufParser. type()
-