Class ParseTreeNavigator

java.lang.Object
dev.galasa.framework.spi.language.gherkin.xform.ParseTreeVisitorBase
dev.galasa.framework.spi.language.gherkin.xform.ParseTreeNavigator
All Implemented Interfaces:
ParseTreeVisitor

public class ParseTreeNavigator extends ParseTreeVisitorBase
Give this parse tree navigator a sub-visitor, and it will handle the visiting of all children for all types of things for you, and call teh sub-visitor pre- during- and post- encountering a node in the parse tree, as it navigates around.