Uses of Interface
de.haumacher.msgbuf.graph.cmd.Command.Visitor
Packages that use Command.Visitor
-
Uses of Command.Visitor in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd with parameters of type Command.VisitorModifier and TypeMethodDescriptionabstract <R,A, E extends Throwable>
RCommand.visit(Command.Visitor<R, A, E> v, A arg) Accepts the given visitor.final <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)