Uses of Class
dev.galasa.framework.spi.language.gherkin.xform.ParseTreeVisitorBase
-
Uses of ParseTreeVisitorBase 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 visitor of the parse tree which can turn an entire parse tree into a single string, for easy output or comparing against test data.