Interface CommandVisitor

All Known Subinterfaces:
EmitterVisitor
All Known Implementing Classes:
AbstractCommandVisitor, CommandVariableUsage, ConstantFolding, DeadCodeRemoval, IgnoreRange, SanityChecker, StatefulRangeIgnore, StatefulVisitor, SyntheticMapRemoval, TrackingVisitor, UniformVisitor, UnusedVariableRemoval

@ConsumerType public interface CommandVisitor
The CommandVisitor is the mechanism through which a Command can be processed.