Uses of Class
com.github.fridujo.glacio.ast.RootStep
-
Packages that use RootStep Package Description com.github.fridujo.glacio.ast -
-
Uses of RootStep in com.github.fridujo.glacio.ast
Methods in com.github.fridujo.glacio.ast that return types with arguments of type RootStep Modifier and Type Method Description List<RootStep>Background. getSteps()List<RootStep>Scenario. getSteps()Constructor parameters in com.github.fridujo.glacio.ast with type arguments of type RootStep Constructor Description Background(Position position, Optional<String> description, List<RootStep> steps)
-