Uses of Interface
de.haumacher.msgbuf.generator.ast.Type.Visitor
-
Packages that use Type.Visitor Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.ast de.haumacher.msgbuf.generator.dart -
-
Uses of Type.Visitor in de.haumacher.msgbuf.generator
Classes in de.haumacher.msgbuf.generator that implement Type.Visitor Modifier and Type Class Description classTypeGeneratorGenerator for Java types ofFields. -
Uses of Type.Visitor in de.haumacher.msgbuf.generator.ast
Methods in de.haumacher.msgbuf.generator.ast with parameters of type Type.Visitor Modifier and Type Method Description <R,A>
RCustomType. visit(Type.Visitor<R,A> v, A arg)<R,A>
RMapType. visit(Type.Visitor<R,A> v, A arg)<R,A>
RPrimitiveType. visit(Type.Visitor<R,A> v, A arg)abstract <R,A>
RType. 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.Visitor Modifier and Type Class Description classInitializerGeneratorGenerator for default values for fields of certain types.classReadOperationBuilderGenerator of a read operation for reading a field value from a JSON stream.classTypeNameBuilderGenerator for type names of fields.classWriteOperationBuilderGenerator of a read operation for reading a field value from a JSON stream.
-