Class AbstractNodeVisitor

java.lang.Object
org.springframework.shell.command.parser.AbstractNodeVisitor
All Implemented Interfaces:
NodeVisitor
Direct Known Subclasses:
Parser.DefaultNodeVisitor

public abstract class AbstractNodeVisitor extends Object implements NodeVisitor
Base abstract NodeVisitor which visits all nodes allowing user to implement callback methods.