|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.spockframework.compiler.model.Node<Spec,org.codehaus.groovy.ast.MethodNode>
org.spockframework.compiler.model.Method
org.spockframework.compiler.model.FeatureMethod
public class FeatureMethod
AST node representing a feature method.
| Constructor Summary | |
|---|---|
FeatureMethod(Spec parent,
org.codehaus.groovy.ast.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 |
|---|
public FeatureMethod(Spec parent,
org.codehaus.groovy.ast.MethodNode code,
int ordinal)
| Method Detail |
|---|
public int getOrdinal()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||