cucumber.runtime.autocomplete
Class MetaStepdef.MetaStep

java.lang.Object
  extended by cucumber.runtime.autocomplete.MetaStepdef.MetaStep
All Implemented Interfaces:
Comparable<MetaStepdef.MetaStep>
Enclosing class:
MetaStepdef

public static class MetaStepdef.MetaStep
extends Object
implements Comparable<MetaStepdef.MetaStep>


Field Summary
 List<MetaStepdef.MetaArgument> args
           
 String name
           
 
Constructor Summary
MetaStepdef.MetaStep()
           
 
Method Summary
 int compareTo(MetaStepdef.MetaStep other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

args

public List<MetaStepdef.MetaArgument> args
Constructor Detail

MetaStepdef.MetaStep

public MetaStepdef.MetaStep()
Method Detail

compareTo

public int compareTo(MetaStepdef.MetaStep other)
Specified by:
compareTo in interface Comparable<MetaStepdef.MetaStep>


Copyright © 2012. All Rights Reserved.