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)
           
 boolean equals(Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

args

public final 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>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.