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 -
-
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.
-