Class FeatureMethod
- java.lang.Object
-
- org.spockframework.compiler.model.Node<Spec,org.codehaus.groovy.ast.MethodNode>
-
- org.spockframework.compiler.model.Method
-
- org.spockframework.compiler.model.FeatureMethod
-
public class FeatureMethod extends Method
AST node representing a feature method.- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description FeatureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code, int ordinal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getOrdinal()
-
Methods inherited from class org.spockframework.compiler.model.Method
accept, addBlock, getBlocks, getFirstBlock, getLastBlock, getStatements
-
-
-
-
Constructor Detail
-
FeatureMethod
public FeatureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code, int ordinal)
-
-