Class AbstractCommandVisitor

java.lang.Object
org.apache.sling.scripting.sightly.compiler.commands.AbstractCommandVisitor
All Implemented Interfaces:
CommandVisitor
Direct Known Subclasses:
CommandVariableUsage, SanityChecker

public abstract class AbstractCommandVisitor extends Object implements CommandVisitor
This class can be extended by CommandVisitor implementations that don't provide support for all the available Commands.