org.spockframework.compiler.model
Class FeatureMethod

java.lang.Object
  extended by org.spockframework.compiler.model.Node<Spec,MethodNode>
      extended by org.spockframework.compiler.model.Method
          extended by org.spockframework.compiler.model.FeatureMethod

public class FeatureMethod
extends Method

AST node representing a feature method.

Author:
Peter Niederwieser

Constructor Summary
FeatureMethod(Spec parent, MethodNode code, int ordinal)
           
 
Method Summary
 int getOrdinal()
           
 
Methods inherited from class org.spockframework.compiler.model.Method
accept, addBlock, getBlocks, getFirstBlock, getLastBlock, getStatements
 
Methods inherited from class org.spockframework.compiler.model.Node
getAst, getName, getParent, setAst, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeatureMethod

public FeatureMethod(Spec parent,
                     MethodNode code,
                     int ordinal)
Method Detail

getOrdinal

public int getOrdinal()


Copyright © 2010. All Rights Reserved.