Uses of Class
de.haumacher.msgbuf.generator.ast.CustomType
-
Packages that use CustomType Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.ast de.haumacher.msgbuf.generator.dart de.haumacher.msgbuf.generator.parser -
-
Uses of CustomType in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type CustomType Modifier and Type Method Description static StringCodeConvention. qTypeName(CustomType def)StringTypeGenerator. visit(CustomType type, Boolean wrapped) -
Uses of CustomType in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return CustomType Modifier and Type Method Description static CustomTypeCustomType. create()Creates aCustomTypeinstance.static CustomTypeCustomType. readCustomType(JsonReader in)Reads a new instance from the given reader.CustomTypeCustomType. setDefinition(Definition value)CustomTypeCustomType. setName(QName value)Methods in de.haumacher.msgbuf.generator.ast with parameters of type CustomType Modifier and Type Method Description RType.Visitor. visit(CustomType self, A arg)Visit case forCustomType. -
Uses of CustomType in de.haumacher.msgbuf.generator.dart
Methods in de.haumacher.msgbuf.generator.dart with parameters of type CustomType Modifier and Type Method Description StringInitializerGenerator. visit(CustomType self, Field field)VoidReadOperationBuilder. visit(CustomType self, Function<String,String> statementBuilder)StringTypeNameBuilder. visit(CustomType self, Field arg)VoidWriteOperationBuilder. visit(CustomType self, String var) -
Uses of CustomType in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return CustomType Modifier and Type Method Description CustomTypeProtobufParser. customType()
-