Uses of Interface
de.haumacher.msgbuf.generator.ast.Type.Visitor
Packages that use Type.Visitor
Package
Description
-
Uses of Type.Visitor in de.haumacher.msgbuf.generator
Classes in de.haumacher.msgbuf.generator that implement Type.Visitor -
Uses of Type.Visitor in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast with parameters of type Type.VisitorModifier and TypeMethodDescription<R,A> R CustomType.visit(Type.Visitor<R, A> v, A arg) <R,A> R MapType.visit(Type.Visitor<R, A> v, A arg) <R,A> R PrimitiveType.visit(Type.Visitor<R, A> v, A arg) abstract <R,A> R Type.visit(Type.Visitor<R, A> v, A arg) Accepts the given visitor. -
Uses of Type.Visitor in de.haumacher.msgbuf.generator.dart
Classes in de.haumacher.msgbuf.generator.dart that implement Type.VisitorModifier and TypeClassDescriptionclassGenerator for default values for fields of certain types.classGenerator of a read operation for reading a field value from a JSON stream.classGenerator for type names of fields.classGenerator of a read operation for reading a field value from a JSON stream.