Package io.cucumber.cucumberexpressions
Class GeneratedExpression
- java.lang.Object
-
- io.cucumber.cucumberexpressions.GeneratedExpression
-
@API(status=STABLE) public class GeneratedExpression extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getParameterNames()List<ParameterType<?>>getParameterTypes()StringgetSource()
-
-
-
Method Detail
-
getSource
public String getSource()
-
getParameterTypes
public List<ParameterType<?>> getParameterTypes()
-
-