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 Details

    • FeatureMethod

      public FeatureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code, int ordinal)
  • Method Details

    • getOrdinal

      public int getOrdinal()