cucumber.runtime.autocomplete
Class MetaStepdef.MetaStep

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

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


Field Summary
 java.util.List<MetaStepdef.MetaArgument> args
           
 java.lang.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 java.lang.String name

args

public java.util.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 java.lang.Comparable<MetaStepdef.MetaStep>