Uses of Interface
dev.galasa.framework.spi.language.gherkin.xform.ParseTreeVisitor
-
Uses of ParseTreeVisitor in dev.galasa.framework.spi.language.gherkin.xform
Modifier and TypeClassDescriptionclass
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.class
Visits a parse tree, and populates the meaning into a test structure.class
A base class which implements the interface for visiting a parse tree.class
A visitor of the parse tree which can turn an entire parse tree into a single string, for easy output or comparing against test data.