Uses of Class
de.haumacher.msgbuf.generator.ast.CustomType
Packages that use CustomType
Package
Description
-
Uses of CustomType in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator with parameters of type CustomTypeModifier and TypeMethodDescriptionstatic StringCodeConvention.qTypeName(CustomType def) TypeGenerator.visit(CustomType type, Boolean wrapped) -
Uses of CustomType in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast that return CustomTypeModifier and TypeMethodDescriptionstatic CustomTypeCustomType.create()Creates aCustomTypeinstance.static CustomTypeCustomType.readCustomType(JsonReader in) Reads a new instance from the given reader.CustomType.setDefinition(Definition value) Methods in de.haumacher.msgbuf.generator.ast with parameters of type CustomTypeModifier and TypeMethodDescriptionType.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 CustomTypeModifier and TypeMethodDescriptionInitializerGenerator.visit(CustomType self, Field field) ReadOperationBuilder.visit(CustomType self, Function<String, String> statementBuilder) TypeNameBuilder.visit(CustomType self, Field arg) WriteOperationBuilder.visit(CustomType self, String var) -
Uses of CustomType in de.haumacher.msgbuf.generator.parser
Methods in de.haumacher.msgbuf.generator.parser that return CustomType