Uses of Interface
de.haumacher.msgbuf.graph.cmd.Command.Visitor
-
Packages that use Command.Visitor Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of Command.Visitor in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd with parameters of type Command.Visitor Modifier and Type Method Description abstract <R,A,E extends Throwable>
RCommand. visit(Command.Visitor<R,A,E> v, A arg)Accepts the given visitor.<R,A,E extends Throwable>
RListUpdate. visit(Command.Visitor<R,A,E> v, A arg)<R,A,E extends Throwable>
RSetProperty. visit(Command.Visitor<R,A,E> v, A arg)
-